Re: [w3c/clipboard-apis] Feature detection for supported clipboard formats (Issue #170)

Should we case sensitive the `web` prefix? Are there any other APIs I can refer to?

The current implementation in Chrome returns the following:

```js
ClipboardItem.supports('weB text/html') // → false
ClipboardItem.supports('web text/html') // → true
ClipboardItem.supports('web text/Html') // → true
```

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

Message ID: <w3c/clipboard-apis/issues/170/1787483737@github.com>

Received on Tuesday, 31 October 2023 15:44:29 UTC