- From: snianu <notifications@github.com>
- Date: Fri, 15 Oct 2021 12:39:35 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 October 2021 19:39:47 UTC
@snianu commented on this pull request.
>
- Promise<Blob> getType(DOMString type);
- };
+ dictionary ClipboardItemOptions {
+ PresentationStyle presentationStyle = "unspecified";
+ };
+ </pre>
+ <p><dfn export for=ClipboardItem id=concept-clipboard-item>ClipboardItem</dfn></p>
+ The [=ClipboardItem=] object has MIME types that are in the {{ClipboardItem/types}} list, and [=Blob=]s corresponding to the {{ClipboardItem/types}}.
Ack.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/158#discussion_r730073874
Received on Friday, 15 October 2021 19:39:47 UTC