- From: snianu <notifications@github.com>
- Date: Fri, 19 Nov 2021 12:35:59 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 November 2021 20:36:11 UTC
@snianu commented on this pull request. > - dictionary ClipboardItemOptions { - PresentationStyle presentationStyle = "unspecified"; + 1. For each |representation| in |itemTypeList|: + + 1. If |representation|'s [=mime type=] is |mimeType|, then: + + 1. Let |blobData| be a [=Blob=] created using |representation|'s [=data=]. makes sense. Added this step. -- 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_r753516523
Received on Friday, 19 November 2021 20:36:11 UTC