-
Notifications
You must be signed in to change notification settings - Fork 102
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
Async Clipboard API is "all red" #1249
Comments
The overall non-support is due to BCD reporting that:
It's unclear to me whether BCD, caniuse, or both have errors. BCD and caniuse differ significantly. Major differences are:
Resolving this would be a three step process:
|
#1315 should improve this. |
Some cleanup of the tags BCD keys in mdn/browser-compat-data#23658. |
Copying from myself on #1294 (comment)
|
What should we consider the scope of this feature to be? #1315 would make it |
I looked into the Safari iOS issue on caniuse and filed Fyrd/caniuse#7105. At this point I'm fairly certain that all four methods ( In web-features, since the scope of the feature is all four methods, I think we should set a Baseline low date accordingly. This will have to be done manually because BCD has |
I've sent mdn/browser-compat-data#23735 which removes partial impl for Chromium in BCD. |
The manually added status is what will result from treating all 4 methods on navigator.clipboard as required parts of the feature. Comment out read() and readText() to not bless the incorrect status computed from BCD. Fixes web-platform-dx#1249.
The manually added status is what will result from treating all 4 methods on navigator.clipboard as required parts of the feature. Comment out read() and readText() to not bless the incorrect status computed from BCD. Fixes web-platform-dx#1249.
Superseded by mdn/browser-compat-data#23593. |
Bringing some text from a comment on the YAML file here, so I can use this issue a clearinghouse for all the history of this feature's data issues.
|
Reported by @tomayac here: https://toot.cafe/@tomayac/112614061442371457
See the status: https://web-platform-dx.github.io/web-features-explorer/features/async-clipboard/
Compare to Can I Use: https://caniuse.com/async-clipboard
Here are the BCD keys used to compute our status:
The text was updated successfully, but these errors were encountered: