- From: snianu <notifications@github.com>
- Date: Tue, 01 Mar 2022 13:54:11 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 March 2022 21:54:23 UTC
@snianu 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. Done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/158#discussion_r817172208 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/158/review/896866020@github.com>
Received on Tuesday, 1 March 2022 21:54:23 UTC