Confirmed users
398
edits
(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. ...") |
(→API) |
||
| 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 == | ||