TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What’s new in IndexedDB 2.0?

56 点作者 dwaxe超过 8 年前

6 条评论

Achshar超过 8 年前
I still feel that the api is a lot more complicated than it has any right to be. WebSQL for example was nifty little thing that worked just fine as far as me as a dev is concerned. I realize there must have been considerable issues with it from implementation POV but IDB seems so much worse (to me at least).
评论 #12795542 未加载
评论 #12796398 未加载
评论 #12797012 未加载
评论 #12796572 未加载
jakub_g超过 8 年前
The announcement made me check caniuse for IndexedDB support, and it turns out that Safari 10 finally has non-broken IndexedDB:<p><a href="http:&#x2F;&#x2F;caniuse.com&#x2F;#feat=indexeddb" rel="nofollow">http:&#x2F;&#x2F;caniuse.com&#x2F;#feat=indexeddb</a><p><a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;content&#x2F;releasenotes&#x2F;General&#x2F;WhatsNewInSafari&#x2F;Articles&#x2F;Safari_10_0.html" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;library&#x2F;content&#x2F;releasenotes&#x2F;Gen...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;localForage&#x2F;localForage&#x2F;issues&#x2F;604#issuecomment-247335607" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;localForage&#x2F;localForage&#x2F;issues&#x2F;604#issuec...</a><p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;nolanlawson&#x2F;08eb857c6b17a30c1b26" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;nolanlawson&#x2F;08eb857c6b17a30c1b26</a>
评论 #12796076 未加载
ralusek超过 8 年前
If any of you are serious about using IndexedDB, please consider:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;lovefield" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;lovefield</a><p>Explanation here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=S1AUIq8GA1k" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=S1AUIq8GA1k</a>
tuckerjt07超过 8 年前
I&#x27;m currently working on a Angular2 cache management, similar to Redis, wrapper for IDB and these features will help quite a bit with a few of the lower performance operations in my API.
amelius超过 8 年前
What happens if you access the database simultaneously from different browser tabs? Also, is there some eventing mechanism to push messages through the database between tabs?
评论 #12796070 未加载
评论 #12796194 未加载
jstclair超过 8 年前
No mentions of promises? Any reason to rev the spec <i>without</i> promises?
评论 #12795220 未加载
评论 #12795766 未加载
评论 #12795359 未加载