Tizen Developers
发布 Tizen Developers (https://developer.stg.tizen.org)

首页 > 开发 > Guides > Web Application > W3C/HTML5/Supplementary Features > Storage

Storage

PUBLISHED 02 5月 2018

Mobile WebWearable Web

Dependencies

  • Tizen 2.4 and Higher for Mobile
  • Tizen 2.3.1 and Higher for Wearable
  • Tizen 3.0 and Higher for TV

Related Info

  • Storage API for Mobile Web
  • Storage API for Wearable Web
  • Storage API for TV Web

The storage features include information on how you can store data in various formats.

The main storage features are:

  • File [1]

    Enables you to retrieve file content and information, slice data objects, and manage sandboxed file systems.

  • Indexed Database [2]

    Enables you to create an object store, save data in it, and open it.

  • Web Storage [3]

    Enables you to use session storage and local storage.

  • HTML5 Application caches [4] in mobile and TV applications only

    Enables you to activate project resource caching, and manage the cached resources.

  • Web SQL Database [5] in mobile applications only

    Enables you to create databases and access them using SQL statements.


原始链接: https://developer.stg.tizen.org/zh-hans/development/guides/web-application/w3chtml5supplementary-features/storage?langswitch=zh-hans

链接:
[1] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/storage/file
[2] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/storage/indexed-database
[3] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/storage/web-storage
[4] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/storage/html5-application-caches
[5] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/storage/web-sql-database