Implement ClipboardItem.supports
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Assignee | ||
Comment 1•7 months ago
|
||
See https://w3c.github.io/clipboard-apis/#dom-clipboarditem-supports and we
currently support mandatory types only.
Updated•7 months ago
|
Comment 4•6 months ago
|
||
bugherder |
Assignee | ||
Updated•6 months ago
|
Comment 6•5 months ago
|
||
FF127 Docs work for this can be tracked in https://github.com/mdn/content/issues/33564
I notice that the text update does not seem to test for text/uri-list
(listed as an optional mime type in the spec (unless I missed it?). I presume Firefox does not support that - but do we know if Chrome does?
Assignee | ||
Comment 7•5 months ago
|
||
(In reply to Hamish Willee from comment #6)
I notice that the text update does not seem to test for
text/uri-list
(listed as an optional mime type in the spec (unless I missed it?). I presume Firefox does not support that - but do we know if Chrome does?
We only support the mandatory data types for now.
I believe Chrome doesn't support text/uri-list
type on async clipboard API.
Updated•4 months ago
|
Description
•