- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 18 Nov 2021 10:10:18 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 November 2021 18:10:31 UTC
@domenic 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=]. Do you want to set the Blob's type as well? It looks like the File API spec is not very precise in a way that would make this rigorous, but I would guess you might want to do something like the following: ``` 1. Let |blobData| be a [=Blob=] created using |representation|'s [=data=] and with its type set to |mimeType|, [=serialize a MIME type|serialized=]. ``` -- 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#pullrequestreview-810283828
Received on Thursday, 18 November 2021 18:10:31 UTC