Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions webextensions/api/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,15 @@
"support": {
"chrome": {
"version_added": "96",
"notes": "Only supported for the session storage area."
"notes": [
"Supported by the `session` storage area from Chrome 96.",
"Supported by all storage areas from Chrome 140."
]
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1724754"
},
"firefox_android": "mirror",
"opera": "mirror",
Expand Down
Loading