-
Notifications
You must be signed in to change notification settings - Fork 37
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
Clipboard Change Event API #227
Comments
Somehow I didn't remember clipboardchange at all, possibly because there are for example no wpts for it or anything. Looks like the concerns are discussed also in #224 |
From TPAC 2024 minutes:
|
We are looking to implement the Clipboard Change Event API and spec for clipboardchange event exists today, link
However, important details are missing and there is a need for calling out details explicitly to ensure spec is not open to interpretation.
Logging this issue to introduce the Clipboard change event API and call out the issues that need to be addressed.
Description:
The clipboardchange event fires whenever the system clipboard contents are changed. This allows web-apps like remote desktop clients to be notified and respond to changes to the system clipboard. It provides an efficient alternative to polling the clipboard for changes.
Explainer: Clipboard change event explainer
Issues that needs to be addressed:
The text was updated successfully, but these errors were encountered: