← back to v149 · selective-clipboard-format-read
conformance · v149
v149 · selective-clipboard-format-read — 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.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
clipboard-read-exists |
navigator.clipboard.read is a callable function returning ClipboardItem[]. spec ↗ | typeof | … | |
clipboard-item-types-array |
ClipboardItem.types is an array of strings (MIME types available without fetching data). spec ↗ | script | … | |
clipboard-item-get-type-returns-promise |
ClipboardItem.getType returns a Promise<Blob> (the lazily-fetched payload). spec ↗ | script | … | |
clipboard-item-get-type-rejects-unknown |
ClipboardItem.getType throws / rejects for a MIME type not in the available list. spec ↗ | throws | … | |
clipboard-read-text-still-supported |
navigator.clipboard.readText remains as the simple text shortcut. spec ↗ | typeof | … | |
permissions-clipboard-read-named |
navigator.permissions can query 'clipboard-read' (the permission selective reads depend on). spec ↗ | script | … |