- From: mbrodesser <notifications@github.com>
- Date: Mon, 07 Feb 2022 01:39:32 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 February 2022 09:39:45 UTC
@mbrodesser commented on this pull request. > }; </pre> - <div id="clipboard-idl" dfn-for="Clipboard"> + Some methods of the {{Clipboard}} interface take or return multiple {{ClipboardItem}} objects. However, not all platforms support more than one [=/clipboard item=]; on such platforms, the algorithms below will ignore any {{ClipboardItem}} objects beyond the first one that are passed to {{Clipboard/write()}}, and {{Clipboard/read()}} and {{Clipboard/readText()}} will only ever return a single-item array. > I'm not sure exactly how multiple `clipboard item`s are written to the clipboard on Mac, but at least in Chromium we always pick the first `ClipboardItem` and ignore the rest. Hence the text `then add |data|[0] to |dataList|` in `write()` method. Makes sense. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r800470821 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/874409149@github.com>
Received on Monday, 7 February 2022 09:39:45 UTC