- From: snianu <notifications@github.com>
- Date: Wed, 25 May 2022 18:15:38 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 May 2022 01:15:50 UTC
@snianu commented on this pull request. > + + : Input + :: |items|, a [=sequence=]<{{Blob}}> + :: |mimeType|, a string + + 1. Let |idx| be a number initialized to 0. + + 1. Let |webCustomFormatMap| be the [=os specific custom map name=]. + + 1. For each |item| in |items|: + + 1. Let |webCustomFormat| be the [=os specific custom name=]. + + 1. Let |webCustomFormatIdx| be the result of appending |idx| to |webCustomFormat|. + + 1. Insert |mimeType| as key and |webCustomFormatIdx| as value into the |webCustomFormatMap|. Done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/175#discussion_r882235324 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/175/review/985624201@github.com>
Received on Thursday, 26 May 2022 01:15:50 UTC