- From: 一丝 <notifications@github.com>
- Date: Tue, 31 Oct 2023 08:44:24 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 October 2023 15:44:29 UTC
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