Skip to content

Commit 086f98d

Browse files
Rob--Wrebloor
andauthored
Update support statuses for storage.setAccessLevel (#29536)
* Update support statuses for storage.setAccessLevel * Apply suggestion from @rebloor --------- Co-authored-by: rebloor <git@sherpa.co.nz>
1 parent bf15bb0 commit 086f98d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

webextensions/api/storage.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,15 @@
322322
"support": {
323323
"chrome": {
324324
"version_added": "96",
325-
"notes": "Only supported for the session storage area."
325+
"notes": [
326+
"Supported by the `session` storage area from Chrome 96.",
327+
"Supported by all storage areas from Chrome 140."
328+
]
326329
},
327330
"edge": "mirror",
328331
"firefox": {
329-
"version_added": false
332+
"version_added": false,
333+
"impl_url": "https://bugzil.la/1724754"
330334
},
331335
"firefox_android": "mirror",
332336
"opera": "mirror",

0 commit comments

Comments
 (0)