Skip to content

Stabilize ClipboardEvent#3791

Merged
daxpedda merged 1 commit intowasm-bindgen:mainfrom
evilpie:clipboardevent
Jan 19, 2024
Merged

Stabilize ClipboardEvent#3791
daxpedda merged 1 commit intowasm-bindgen:mainfrom
evilpie:clipboardevent

Conversation

@evilpie
Copy link
Copy Markdown
Contributor

@evilpie evilpie commented Jan 17, 2024

Unlike the rest of the Clipboard API (mostly around read), the ClipboardEvent has been supported by all browser since forever.

Fixes #2668.

@evilpie evilpie changed the title Stablize ClipboardEvent Stabilize ClipboardEvent Jan 17, 2024
Copy link
Copy Markdown
Member

@daxpedda daxpedda 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, thank you!

@daxpedda daxpedda merged commit 64e4a25 into wasm-bindgen:main Jan 19, 2024
tronical added a commit to slint-ui/slint that referenced this pull request Mar 17, 2026
We used to require cfg(web_sys_unstable_apis) to access the clipboard API. Since wasm-bindgen/wasm-bindgen#3791 that's not needed anymore. The cfg became an issue with wasm-bindgen/wasm-bindgen@464f845 , which changes API in a way that breaks the softbuffer build.
tronical added a commit to slint-ui/slint that referenced this pull request Mar 17, 2026
We used to require cfg(web_sys_unstable_apis) to access the clipboard API. Since wasm-bindgen/wasm-bindgen#3791 that's not needed anymore. The cfg became an issue with wasm-bindgen/wasm-bindgen@464f845 , which changes API in a way that breaks the softbuffer build.
tronical added a commit to slint-ui/slint that referenced this pull request Mar 17, 2026
We used to require cfg(web_sys_unstable_apis) to access the clipboard API. Since wasm-bindgen/wasm-bindgen#3791 that's not needed anymore. The cfg became an issue with wasm-bindgen/wasm-bindgen@464f845 , which changes API in a way that breaks the softbuffer build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unmark ClipboardEvent as "experimental"

2 participants