WebAPI/DeviceIndexedDB: Difference between revisions

Jump to navigation Jump to search
(Created page with "IndexedDB is widely used for WebApps as a storage at devices. However, data stores of IndexedDB are private for the App, and it can not be used for sharing data among Apps. ...")
 
Line 10: Line 10:


This function is used to open or create a database.  It returns an DOMRequest, then everything is exactly like what IndexedDB is.
This function is used to open or create a database.  It returns an DOMRequest, then everything is exactly like what IndexedDB is.
The namespace of databases, here, is shared by all Apps on a device.  So, every Apps with feasible permissions, can access a database.


== MANIFEST ==
== MANIFEST ==
Confirmed users
398

edits

Navigation menu