
Image by RiaanMarais on Pixabay · Pixabay License
Indexed Database API
Sign in to saveAlso known as IndexedDB, WebSimpleDB
The Indexed Database API (commonly referred to as IndexedDB) is a JavaScript application programming interface (API) provided by web browsers for managing a NoSQL database of objects. It is a standard maintained by the World Wide Web Consortium (W3C).
Official website
Indexed Database API 3.0
w3c.github.io →Link to the official site · 40,000 chars · not written by Vinony
Source code
This is a repository for the development of the Indexed Database (Third Edition) specification. Latest Editor's Draft The First Edition was published as a W3C Recommendation on January 8th, 2015. The Second Edition was published as a W3C Recommendation on January 30th, 2018. First Edition Second Edition
Excerpt from the source-code README · 711 chars · not written by Vinony
Article · Español
La API de base de datos indexada (comúnmente conocida como IndexedDB) es una interfaz de programación de aplicaciones (API) de JavaScript proporcionada por navegadores web para administrar una base de datos NoSQL de objetos JSON. Es un estándar mantenido por el World Wide Web Consortium (W3C). Como alternativa al estándar de , IndexedDB puede proporcionar más capacidad de almacenamiento. El almacenamiento web tiene límites fijos por sitio web, pero los límites de IndexedDB son "generalmente bastante grandes, si es que existen". Los casos de uso para IndexedDB incluyen el almacenamiento en caché de datos de aplicaciones web para disponibilidad fuera de línea. Algunos módulos del navegador, como devtools o extensiones, también pueden usarlo para el almacenamiento.
Abstract from DBpedia / Wikipedia · CC BY-SA