We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf15bb0 commit 086f98dCopy full SHA for 086f98d
1 file changed
webextensions/api/storage.json
@@ -322,11 +322,15 @@
322
"support": {
323
"chrome": {
324
"version_added": "96",
325
- "notes": "Only supported for the session storage area."
+ "notes": [
326
+ "Supported by the `session` storage area from Chrome 96.",
327
+ "Supported by all storage areas from Chrome 140."
328
+ ]
329
},
330
"edge": "mirror",
331
"firefox": {
- "version_added": false
332
+ "version_added": false,
333
+ "impl_url": "https://bugzil.la/1724754"
334
335
"firefox_android": "mirror",
336
"opera": "mirror",
0 commit comments