Mobile Web Wearable Web

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:

Go to top