Content deleted Content added
GreenC bot (talk | contribs) Reformat 1 citation per Category:CS1 errors: archive-url. Wayback Medic 2.5 |
m IndexedDB is not specific to JSON, for instance it can store files or blobs which are not part of JSON. |
||
Line 51:
}}
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
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>
|