IndexedDB API

Low-level JavaScript API for client-side storage of significant amounts of structured data, including files and blobs.

API entry from apis.yml

apis.yml Raw ↑
aid: javascript:indexeddb-api
name: IndexedDB API
description: Low-level JavaScript API for client-side storage of significant amounts of structured data,
  including files and blobs.
humanURL: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
tags:
- Client-side
- Database
- NoSQL
- Storage
properties:
- type: Documentation
  url: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB
- type: Specification
  url: https://w3c.github.io/IndexedDB/