- From: snianu <notifications@github.com>
- Date: Wed, 05 Jan 2022 17:42:59 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 January 2022 01:43:14 UTC
@snianu commented on this pull request. > @@ -1321,6 +1590,57 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; </div><!-- algorithm --> + <div class="algorithm" data-algorithm="write-blobs-to-clipboard"> + <h3 id="to-write-blobs-to-clipboard"><dfn>write blobs and option to the clipboard</dfn></h3> + + : Input + :: |items|, a [=sequence=]<{{Blob}}> list of {{Blob}}s to write + :: |option|, a [=ClipboardItem/clipboard item=]'s [=presentation style=] + + : Output + :: None + + 1. If the |items| list is not empty, then Done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r779246826 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/845212247@github.com>
Received on Thursday, 6 January 2022 01:43:14 UTC