Skip to content
Open
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
20 changes: 16 additions & 4 deletions webextensions/api/browsingData.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,12 +536,18 @@
"edge": "mirror",
"firefox": {
"version_added": "53",
"notes": "Specifying `dataTypes.history` will also remove download history and service workers."
"notes": [
"Specifying `dataTypes.history` also removes download history and service workers.",
"Specifying `dataTypes.localStorage` also remove [session storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) from Firefox 146."
]
},
"firefox_android": [
{
"version_added": "85",
"notes": "Specifying `dataTypes.history` will also remove download history and service workers."
"notes": [
"Specifying `dataTypes.history` also removes download history and service workers.",
"Specifying `dataTypes.localStorage` also remove [session storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) from Firefox 146."
]
},
{
"version_added": "57",
Expand Down Expand Up @@ -695,11 +701,17 @@
"edge": "mirror",
"firefox": {
"version_added": "57",
"notes": "`removalOptions.since` is not supported."
"notes": [
"`removalOptions.since` is not supported.",
"Also removes [session storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) from Firefox 146."
]
},
"firefox_android": {
"version_added": "85",
"notes": "`removalOptions.since` is not supported."
"notes": [
"`removalOptions.since` is not supported.",
"Also removes [session storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) from Firefox 146."
]
},
"opera": "mirror",
"safari": {
Expand Down
Loading