Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

IndexedDB

You are here: irt.org | FOLDOC | IndexedDB

<database> A transactional, JavaScript-based object-oriented database for use in web browsers. IndexedDB stores and retrieves objects that are indexed with a key. Using the structured clone algorithm, it can serialise complex data structures that may contain cyclic references.

IndexedDB is supported by Chrome, Firefox, Opera, Safari and even Internet Explorer.

MDN (https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API), W3C Proposal (http://www.w3.org/TR/IndexedDB/).

(2014-12-01)

Nearby terms: Independent Verification and Validation « index « Index Data « IndexedDB » Indexed Sequential Access Method » index.htm » index.html

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb