WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
254 stars 21 forks source link

Clipboardchange event API #429

Open roraja opened 2 days ago

roraja commented 2 days ago

WebKittens

No response

Title of the proposal

Clipboardchange event API

URL to the spec

https://www.w3.org/TR/clipboard-apis/#clipboard-event-clipboardchange

URL to the spec's repository

https://github.com/w3c/clipboard-apis

Issue Tracker URL

https://issues.chromium.org/issues/41442253

Explainer URL

https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/ClipboardAPI/clipboard-change-event-explainer.md

TAG Design Review URL

No response

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/1115

WebKit Bugzilla URL

No response

Radar URL

No response

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.