[w3c/clipboard-apis] Should reading the clipboard throw DataError or empty clipboard items? (Issue #179)

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