Skip to content

Commit

Permalink
storage.StorageArea methods support in Firefox for Android (#21849)
Browse files Browse the repository at this point in the history
* storage.StorageArea methods support in Firefox for Android

* Updated support details

* Bug details update
  • Loading branch information
rebloor authored Jan 17, 2024
1 parent 132a20c commit 28a0dd8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions webextensions/api/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"version_added": "45"
},
"firefox_android": {
"version_added": "48"
"version_added": "48",
"notes": "Doesn't support the <code>managed</code> storage area."
},
"opera": {
"version_added": "33"
Expand Down Expand Up @@ -69,7 +70,8 @@
"version_added": "45"
},
"firefox_android": {
"version_added": "48"
"version_added": "48",
"notes": "Doesn't support the <code>managed</code> storage area."
},
"opera": {
"version_added": "33"
Expand Down Expand Up @@ -178,7 +180,8 @@
"version_added": "45"
},
"firefox_android": {
"version_added": "48"
"version_added": "48",
"notes": "Doesn't support the <code>managed</code> storage area."
},
"opera": {
"version_added": "33"
Expand Down Expand Up @@ -233,7 +236,8 @@
"version_added": "45"
},
"firefox_android": {
"version_added": "48"
"version_added": "48",
"notes": "Doesn't support the <code>managed</code> storage area."
},
"opera": {
"version_added": "33"
Expand Down Expand Up @@ -415,7 +419,8 @@
"notes": "Before version 79, storage quota limits are not enforced."
},
"firefox_android": {
"version_added": false
"version_added": true,
"notes": "Data isn't synchronized with the user's Mozilla account. See <a href='https://bugzil.la/1625257'>bug 1625257</a>."
},
"opera": {
"version_added": false
Expand Down

0 comments on commit 28a0dd8

Please sign in to comment.