indexedDB
Summary
Implements the IDBFactory object’s open method, thereby providing the way to open (create or access) a database.
Properties
No properties.
Methods
- open
- Opens a database. See apis/indexeddb/IDBFactory/open
Events
No events.
Related specifications
- W3C IndexedDB Specification
- W3C Proposed Recommendation