Open
Bug 1396810
Opened 8 years ago
Updated 1 year ago
chrome.storage.sync properties are not implemented
Categories
(WebExtensions :: Storage, defect, P5)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: dolohow, Unassigned)
References
(Depends on 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170826053331
Steps to reproduce:
Try chrome.storage.sync.QUOTA_BYTES for example.
Others:
QUOTA_BYTES
QUOTA_BYTES_PER_ITEM
MAX_ITEMS
MAX_WRITE_OPERATIONS_PER_HOUR
MAX_WRITE_OPERATIONS_PER_MINUTE
MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE
Actual results:
Undefined was returned
Expected results:
Maximum amount of data that can be stored is returned.
Updated•8 years ago
|
Component: Untriaged → WebExtensions: General
Product: Firefox → Toolkit
Updated•8 years ago
|
Priority: -- → P5
Updated•8 years ago
|
Component: WebExtensions: General → WebExtensions: Storage
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•