Skip to content
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

Improve data about async versions of filesystemsyncaccesshandle methods #20621

Conversation

chrisdavidmills
Copy link
Contributor

Summary

As detailed in mdn/content#28647, the sync support data is misleading/wrong; the incorrect async versions of these methods are no longer supported in any modern browser. This PR improves the data as suggested.

Test results and supporting details

Related issues

Fixes mdn/content#28647

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 29, 2023
Copy link
Contributor

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

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

Looks great, AFAICT.

@wbamberg wbamberg merged commit f2ebeb1 into mdn:main Aug 29, 2023
@queengooborg
Copy link
Contributor

We shouldn't be creating "negative features" like what's been done here. Additionally, the feature was supported in Chrome 102, just as an asynchronous method, so this is conflicting with collector results.

queengooborg added a commit to queengooborg/browser-compat-data that referenced this pull request Sep 18, 2023
This PR updates and corrects version values for all browsers for the `FileSystemSyncAccessHandle` API. This effectively reverts mdn#20621 first, and then fixes the data.  (Chrome supported the synchronous version since 108 without a flag, and Safari since 16.4.)
queengooborg added a commit that referenced this pull request Sep 18, 2023
This PR updates and corrects version values for all browsers for the `FileSystemSyncAccessHandle` API. This effectively reverts #20621 first, and then fixes the data.  (Chrome supported the synchronous version since 108 without a flag, and Safari since 16.4.)
@chrisdavidmills chrisdavidmills deleted the ammend-filesystemsyncaccesshandle-async-data branch September 21, 2023 09:38
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
This PR updates and corrects version values for all browsers for the `FileSystemSyncAccessHandle` API. This effectively reverts mdn#20621 first, and then fixes the data.  (Chrome supported the synchronous version since 108 without a flag, and Safari since 16.4.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileSystemSyncAccessHandle is all synchronous, docs say it's sometimes async
3 participants