wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Update and stablize the Clipboard API

Open evilpie opened this issue 1 year ago • 3 comments

Fixes #3991.

evilpie avatar Jun 18 '24 18:06 evilpie

The base API for this is shipping in all three major engines, so I don't see how the current API could change.

evilpie avatar Jun 29 '24 23:06 evilpie

The base API for this is shipping in all three major engines, so I don't see how the current API could change.

Unfortunately this happens regularly and then we end up stuck with outdated APIs that we can't really fix without a breaking change.

Though I agree that the base API is unlikely to change any further, so what we can do is stabilize parts of it we are more certain then not aren't going to change.

Let me know if you need any help with that!

daxpedda avatar Jun 30 '24 08:06 daxpedda

I've removed (commented out) everything that isn't supported by Chrome, Firefox and Safari currently.

evilpie avatar Jun 30 '24 10:06 evilpie