- From: snianu <notifications@github.com>
- Date: Mon, 01 Nov 2021 10:54:40 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 November 2021 17:54:54 UTC
@snianu commented on this pull request. > - dictionary ClipboardItemOptions { - PresentationStyle presentationStyle = "unspecified"; + 1. Let |p| be a new [=Promise=]. + + 1. If |type| is not listed in the [=mandatory data types=] list, then reject |p| with a "The type was not found" DOMException. + + 1. Let |data| be the result of reading the |type| from the [=system clipboard=]. Ah I see what you mean. The system clipboard is read during `read()` method, so this should just return the promises to the Blobs corresponding to the `type`. -- 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_r740413566
Received on Monday, 1 November 2021 17:54:54 UTC