← back to v140 · clipboardchange-event

conformance · v140

v140 · clipboardchange-event — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://www.w3.org/TR/clipboard-apis/#clipboard-event-clipboardchange chromestatus: #5085102657503232 generated 2026-06-03T05:23:03Z by manual-codex
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
onclipboardchange-on-clipboard Clipboard.prototype exposes an onclipboardchange IDL attribute for the new event-driven clipboard change notification. spec ↗ script
navigator-clipboard-exists The async Clipboard API surface (navigator.clipboard) is exposed; clipboardchange dispatches on this object. exists
clipboard-is-eventtarget Clipboard inherits from EventTarget so addEventListener('clipboardchange', ...) is well-formed. script
addeventlistener-accepts-clipboardchange navigator.clipboard.addEventListener accepts the 'clipboardchange' event name without throwing. script
clipboard-change-event-constructor ClipboardChangeEvent is constructible for the clipboardchange event object. exists
clipboard-read-still-function navigator.clipboard.read remains a function — clipboardchange is intended to be paired with the existing read APIs. typeof