IndexedDB: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.3
No edit summary
Line 73:
|editor-first2=Joshua|editor-last2=Bell
}}</ref> ''IndexedDB 3.0'' is currently a [[World Wide Web Consortium#Working draft (WD)|First Public Working Draft]].<ref name="standard" />
 
==Performance==
 
Because IndexedDB is running inside of the security sandbox of a browser, all operations have to go through various security layers which decreases the performance of IndexedDB. With IndexedDB 2.0 <ref name="w3c-blog-indexeddb-2.0">{{Cite web|url=https://www.w3.org/blog/news/archives/6795|title=Indexed Database API 2.0 is now a W3C Recommendation {{!}} W3C News|website=W3C News|author=W3C|date=2018-01-30|access-date=2021-05-16}}</ref> the getAll() method was added which allows to improve performance on bulk read operations.
 
 
==References==
Line 79 ⟶ 84:
==External links==
* [https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API IndexedDB API] on [[MDN Web Docs]]
* [https://nolanlawson.github.io/database-comparison/ Browser database comparison]
* [https://rxdb.info/slow-indexeddb.html Slow IndexedDB]
 
{{Web browsers|fsp}}