Storage
Storage features include information on how you can store data in various formats.
The main storage features are:
-
File
Enables you to retrieve file content and information, slice data objects, and manage sandboxed file systems.
-
Indexed Database
Enables you to create an object store, save data in it, and open.
-
Web Storage
Enables you to use session storage and local storage.
The following guides apply in mobile applications only:
-
HTML5 Application caches
Enables you to activate project resource caching, and manage the cached resources.
-
Web SQL Database
Enables you to create databases and access them using SQL statements.