Content deleted Content added
m Task 18 (cosmetic): eval 11 templates: hyphenate params (9×); |
infobox, citations |
||
Line 1:
{{Infobox technology standard
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|access-date = 2015-12-04}}</ref>▼
| title = IndexedDB
| long_name = Indexed Database API
| native_name = Indexed Database API
| native_name_lang = en
| image =
| caption =
| status = W3C First Public Working Draft
| year_started = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| first_published = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| version = 3.0
| version_date = 11 March 2021<ref name="standard">{{Cite web|url=https://www.w3.org/TR/IndexedDB/|title=Indexed Database API 3.0|editor-first=Ali|editor-last=Alabbas|editor-first2=Joshua|editor-last2=Bell|author=Web Applications Working Group|publisher=Web Applications Working Group|website=W3C|version=W3C First Public Working Draft|date=2021-03-11|access-date=2021-05-15}}</ref>
| preview = Editor's Draft
| preview_date = 11 March 2021<ref name="standard-draft">{{Cite web|url=https://w3c.github.io/IndexedDB/|title=Indexed Database API 3.0|editor-first=Ali|editor-last=Alabbas|editor-first2=Joshua|editor-last2=Bell|author=Web Applications Working Group|publisher=Web Applications Working Group|website=W3C|version=Editor’s Draft|date=2021-03-11|access-date=2021-05-15}}</ref>
| organization = {{Plainlist|
* {{abbr|[[World Wide Web Consortium|W3C]]|World Wide Web Consortium}}
* [[Google]]
* [[Microsoft]]
}}
| committee = Web Applications Working Group
| editors = {{Plainlist|
* Ali Alabbas<ref name="standard" />
* Joshua Bell<ref name="standard" />
}}
| authors =
| base_standards = [[JSON]]
| related_standards =
| abbreviation = IndexedDB
| ___domain = [[NoSQL]] [[database]]s
| license =
| website = {{URL|https://www.w3.org/TR/IndexedDB/}}
}}
▲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
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 |access-date=19 January 2019}}</ref>
Line 6 ⟶ 39:
==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 |access-date=2011-02-18}}</ref> [[Google Chrome]] version 11,<ref>{{cite web|url=https://
[[Web SQL Database]] was a prior API developed by [[Apple Inc.|Apple]].<ref>{{cite web|last=Shankland
==References==
|