We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the Clipboard API is in the unstable folder: https://github.com/rustwasm/wasm-bindgen/blob/main/crates/web-sys/webidls/unstable/Clipboard.webidl. Since Firefox 127 all browsers support this API in stable versions. There are still some difference like unsanitized where Safari/Firefox won't follow Chrome: w3c/clipboard-apis#206 (comment).
unsanitized
Additionally this would be useful for Ruffle so we don't need to opt-in to unstable for ruffle-rs/ruffle#16692.
I am going to make it stable.
n/a
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Motivation
Currently the Clipboard API is in the unstable folder: https://github.com/rustwasm/wasm-bindgen/blob/main/crates/web-sys/webidls/unstable/Clipboard.webidl. Since Firefox 127 all browsers support this API in stable versions. There are still some difference like
unsanitized
where Safari/Firefox won't follow Chrome: w3c/clipboard-apis#206 (comment).Additionally this would be useful for Ruffle so we don't need to opt-in to unstable for ruffle-rs/ruffle#16692.
Proposed Solution
I am going to make it stable.
Alternatives
n/a
Additional Context
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
The text was updated successfully, but these errors were encountered: