File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # TODO: Revisit this once we have a process to handle new proposals.
2- # See https://github.com/web-platform-dx/web-features/issues/3079
31name : clipboardchange
42description : The `clipboardchange` event for `navigator.clipboard` fires when the user modifies the clipboard's contents.
53spec : https://w3c.github.io/clipboard-apis/#clipboard-event-clipboardchange
64group : clipboard
7- # clipboardchange is not in BCD yet.
8- # It is implemented in Chromium, and available only as an origin trial
9- # in Chrome 140 to 142.
10- # See https://chromestatus.com/feature/5085102657503232
5+ compat_features :
6+ - api.ClipboardChangeEvent
7+ - api.ClipboardChangeEvent.ClipboardChangeEvent
8+ - api.ClipboardChangeEvent.changeId
9+ - api.ClipboardChangeEvent.types
Original file line number Diff line number Diff line change 44status:
55 baseline: false
66 support: {}
7+ compat_features:
8+ - api.ClipboardChangeEvent
9+ - api.ClipboardChangeEvent.ClipboardChangeEvent
10+ - api.ClipboardChangeEvent.changeId
11+ - api.ClipboardChangeEvent.types
You can’t perform that action at this time.
0 commit comments