Re: [w3c/clipboard-apis] Defer OS clipboard read from clipboard.read() to ClipboardItem.getType() (PR #248)

@shwetabin commented on this pull request.



> @@ -898,6 +912,8 @@ url: https://storage.spec.whatwg.org/#obtain-a-storage-key-for-non-storage-purpo
 
    1. Let |realm| be [=this=]'s [=relevant realm=].
 
+   1. Let |originalType| be |type|.

Good catch — switched the map key from the raw |type| to a normalized one (serialize |mimeType|, prefixed with "web " when |isCustom| is true), so differently-cased spellings of the same type now collapse to a single entry.

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

Message ID: <w3c/clipboard-apis/pull/248/review/4388945214@github.com>

Received on Friday, 29 May 2026 11:04:11 UTC