Skip to content

Commit

Permalink
Add session.storage support for Safari 16.4 (#18997)
Browse files Browse the repository at this point in the history
* Added session.storage support for Safari 16.4

* Added Chrome storage quote note; removed Safari note

* Fixed JSON syntax issue

* Fixed JSON syntax for Chrome storage.session note
  • Loading branch information
jdatapple authored Apr 12, 2023
1 parent 38fa524 commit 2c8c438
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webextensions/api/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/storage/session",
"support": {
"chrome": {
"version_added": "102"
"version_added": "102",
"notes": "Before version 112, storage quota limits were 1MB."
},
"edge": "mirror",
"firefox": {
Expand All @@ -372,7 +373,7 @@
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
"version_added": "16.4"
},
"safari_ios": "mirror"
}
Expand Down

0 comments on commit 2c8c438

Please sign in to comment.