Content deleted Content added
Filled in 2 bare reference(s) with reFill 2 |
m Task 18 (cosmetic): eval 11 templates: del empty params (4×); |
||
Line 1:
The '''Indexed Database API''' (commonly referred to as '''IndexedDB''') is a [[JavaScript]] [[application programming interface]] (API) provided by [[web browser]]s for managing a [[NoSQL]] [[database]] of [[JSON]] objects. It is a standard maintained by the [[World Wide Web Consortium]] (W3C).<ref>{{cite web|url = http://www.w3.org/TR/IndexedDB/|title = IndexedDB API|publisher = W3.org
As an alternative to the [[Web storage]] standard, IndexedDB can provide more storage capacity. Web storage has [[Web_storage#Storage_size|fixed limits]] per [[website]], but IndexedDB limits are "usually quite large, if they exist at all".<ref>{{cite web |title=Working with IndexedDB |url=https://developers.google.com/web/ilt/pwa/working-with-indexeddb |publisher=Google |accessdate=19 January 2019}}</ref>
Line 6:
==History==
Support for IndexedDB was added to [[Firefox]] version 4,<ref>{{cite web|url=https://developer.mozilla.org/en/IndexedDB |title=IndexedDB - MDC Doc Center |publisher=Developer.mozilla.org
[[Web SQL Database]] was a prior API developed by [[Apple Inc.|Apple]].<ref>{{cite web|last=Shankland |first=Stephen |url=http://news.cnet.com/8301-30685_3-20000376-264.html |title=Consensus emerges for key Web app standard | Deep Tech - CNET News |publisher=News.cnet.com |date=2010-03-12 |accessdate=2011-02-18}}</ref> But Firefox refused to add support for it and argued against it becoming a standard because it would codify the quirks of [[SQLite]].<ref>{{cite web|url=http://weblogs.mozillazine.org/roc/archives/2010/06/not_implementin.html |title=Well, I'm Back: Not Implementing Features Is Hard |publisher=Weblogs.mozillazine.org
==References==
|