Re: [w3c/clipboard-apis] Arbitrary clipboard types (Issue #165)

I have opened https://github.com/w3c/clipboard-apis/issues/170 in which I propose the following:

```js
ClipboardItem.supports('image/webp');
// `false`
ClipboardItem.supports('image/png');
// `true`
ClipboardItem.supports('web');
// `true`
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/165#issuecomment-1198016881
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/165/1198016881@github.com>

Received on Thursday, 28 July 2022 11:28:47 UTC