Skip to content

Increase maximum total size (QUOTA_BYTES) for storage.sync #520

@hanguokai

Description

@hanguokai

Issue History

We have discussed:

#351 originally discussed "Maximum total size" for storage.local and storage.sync , now leaves that issue to storage.local only.

This Issue

This issue concentrates on "Maximum total size" (QUOTA_BYTES) for storage.sync. At present, storage.sync has 100KB limit. This limitation has existed for a long time. As user devices and cloud storage capabilities improve, should it be increased now?

The browser's built-in support for data synchronization is great, because it's non-trivial for developers to create their own cloud synchronization service. This requires developers to:

  • establish their own account system and/or obtain authorization from third-party storage services (e.g. Google Drive, iCloud, Dropbox).
  • cloud syncing also means that extensions collects user data and storage it on extension's server, and users may be concerned about their personal privacy.
  • cloud syncing have costs. Developers not only need to spend time developing, but also need to bear the corresponding costs on a long-term basis. This means that developers need to charge users, otherwise it will be difficult to provide this service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: storageIssues related to persisting data. Topics include browser.storage, web storage, and new APIs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions