- From: snianu <notifications@github.com>
- Date: Mon, 13 Dec 2021 10:35:25 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 December 2021 18:35:37 UTC
@snianu commented on this pull request. > + + 1. For each (|key|, |value|) in |items|: + + 1. Let |mimeType| be the result of [=parse a mime type=] given |key|. + + 1. If |mimeType| is failure, then throw a {{TypeError}}. + + 1. Let |representation| be a new [=representation=]. + + 1. Set |representation|'s [=mime type=] to |key|. + + 1. Set |representation|'s [=data=] to |value|. + + 1. Append |representation| to [=this=]'s [=ClipboardItem/clipboard item=]'s [=list of representations=]. + + 1. Let |mimeTypeString| be the result of [=serialize a mime type=] with |mimeType|. Done. -- 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_r768020012
Received on Monday, 13 December 2021 18:35:37 UTC