← back to v133 · support-creating-clipboarditem-with-promise-domstring
conformance · v133
v133 · support-creating-clipboarditem-with-promise-domstring — 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 |
|---|---|---|---|---|
clipboarditem-exposed |
ClipboardItem is exposed. | exists | … | |
clipboarditem-constructible |
ClipboardItem is constructible. | typeof | … | |
clipboarditem-from-promise-of-string |
ClipboardItem constructor accepts a Promise<DOMString> value in the data dictionary (the new ClipboardItemData type union). spec ↗ | script | … | |
clipboarditem-from-bare-string |
ClipboardItem accepts a bare DOMString value in the data dictionary. | script | … | |
clipboarditem-from-bare-blob |
ClipboardItem accepts a bare Blob value in the data dictionary (legacy form). | script | … | |
clipboarditem-types-array |
ClipboardItem instances expose a types getter listing the MIME types present. | script | … |