-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Small tweaks to the Storage Access API data #21379
Conversation
FYI @tunetheweb |
api/Permissions.json
Outdated
"chrome": { | ||
"version_added": "119" | ||
}, | ||
"chrome_android": "mirror", |
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.
I had 120 for the storage-access
permission on Android based on this so would be surprised if this did make it to 119. Might be worth double checking.
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.
OK. I've updated it for now, but we'll try to get it checked.
@cfredric, do you know what Chrome and Chrome Android versions the top-level-storage-access
permission feature is supported from?
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.
The top-level-storage-access
permission support in Chrome (tracked as requestStorageAccessFor) shipped alongside RWS, which was enabled by default in Chrome 119 (commit).
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.
Thanks! So the data as-is does sound about right.
Co-authored-by: Barry Pollard <[email protected]>
…browser-compat-data into moar-storage-access-api
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.
LGTM!
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.
Thanks and sorry for the delay.
Summary
#21336 updated the Storage Access API compat data rather nicely. I created mdn/content#30500 to update the SAA docs and introduce the concept of related website sets to MDN, and in doing so, I found a couple of details I thought worth including in the BCD.
So, here goes.
Test results and supporting details
Related issues