Posts about

indexeddb

HomeDevelopmentDesignTechnologyPhotographyAbout
INDEXEDDB
development, javascript, indexeddbApril 18, 2016By admin

INDEXEDDB

IndexedDB stands for Indexed Database, is a web standard for storing large amounts of client-side data in a structured manner. This low-level API is able to index data which enables performance rich search on data.

    Created by Sean Amarasinghe