Skip to content

Commit 6389a20

Browse files
authored
Bug-1385832 getBytesInUse supported in local and managed storage (#27769)
1 parent 99125b0 commit 6389a20

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

webextensions/api/storage.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@
153153
"firefox": {
154154
"version_added": "78",
155155
"notes": [
156-
"Supported by the `sync` and, from Firefox 131, `session` storage areas.",
157-
"Not implemented in `local`, see [bug 1385832](https://bugzil.la/1385832)"
156+
"Supported by the `sync` storage area from Firefox 78.",
157+
"Supported by the `session` storage area from Firefox 131.",
158+
"Supported by the `local` and `managed` storage areas from Firefox 144."
158159
]
159160
},
160161
"firefox_android": {
@@ -461,8 +462,7 @@
461462
"version_added": "14"
462463
},
463464
"firefox": {
464-
"version_added": false,
465-
"impl_url": "https://bugzil.la/1385832"
465+
"version_added": "144"
466466
},
467467
"firefox_android": {
468468
"version_added": false
@@ -682,9 +682,11 @@
682682
},
683683
"edge": "mirror",
684684
"firefox": {
685+
"version_added": "144"
686+
},
687+
"firefox_android": {
685688
"version_added": false
686689
},
687-
"firefox_android": "mirror",
688690
"opera": {
689691
"version_added": false
690692
},

0 commit comments

Comments
 (0)