-
Notifications
You must be signed in to change notification settings - Fork 23k
Add deprecation markers for Shared Storage API #42355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deprecation markers for Shared Storage API #42355
Conversation
|
See #42353 (comment) for the detailed info. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
I wondered if you could give this one a quick look, too, @bsmth? 🙏 |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
bsmth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of casing suggestions, but +1 anyway 👍🏻
Co-authored-by: Brian Smith <[email protected]>
Co-authored-by: Brian Smith <[email protected]>
Description
As of version 144, Chrome is deprecating the Shared Storage API; see https://chromestatus.com/feature/5076349064708096. This is part of the Privacy Sandbox deprecation/removal work.
This PR aims to add deprecation notices to all related features and mentions that I don't think will be picked up by @OnkarRuikar's BCD->MDN status syncing script. I could be wrong about which ones it picks up, so future such PRs may be even shorter.
Motivation
Additional details
Related issues and pull requests