Skip to content

Conversation

@rebloor
Copy link
Contributor

@rebloor rebloor commented Oct 21, 2025

Summary

This PR addresses the dev-docs needed requirements of Bug 1886894 Clear sessionStorage in browsingData.remove() for parity with "Clear Cookies and Site Data". It includes notes on browsingData.removeLocalStorage and browsingData.remove about the removal of session storage.

Related issues

Related content changes in PR mdn/content#41609

@rebloor rebloor requested review from Rob--W and dotproto October 21, 2025 16:03
@rebloor rebloor self-assigned this Oct 21, 2025
@rebloor rebloor added the data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Oct 21, 2025
@github-actions github-actions bot added the size:s [PR only] 7-24 LoC changed label Oct 21, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

"version_added": "57",
"notes": "`removalOptions.since` is not supported."
"notes": [
"`removalOptions.since` is not supported.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For clarity, I think that it makes sense to remove this note, and introduce a "since" key that explicitly declares support etc. That makes it more visible.

Chromium browsers support it, Firefox does not (rejects with error), Safari does not support the browsingData API at all.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rob--W I've eliminated all of the notes regarding removalOptions.since and move the information to explicit declarations.

@github-actions github-actions bot added size:m [PR only] 25-100 LoC changed and removed size:s [PR only] 7-24 LoC changed labels Nov 7, 2025
…o Bug-1886894-Clear-sessionStorage-in-browsingData-remove-options
@rebloor rebloor requested a review from Rob--W November 7, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants