- From: snianu <notifications@github.com>
- Date: Thu, 09 Jun 2022 17:07:00 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 June 2022 00:07:12 UTC
https://w3c.github.io/clipboard-apis/#dom-clipboard-read suggests that reading the clipboard and not returning any items (such as when only unsupported types are on the clipboard) should return an empty list. In Chrome, we throw a `DataError`. Should we return an empty clipboardItem (to match the spec) or change the spec to throw `DataError`? @annevk @mbrodesser @BoCupp-Microsoft @whsieh -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/179 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/issues/179@github.com>
Received on Friday, 10 June 2022 00:07:12 UTC