Re: [w3c/clipboard-apis] Add `unsanitized` option to async clipboard API. (PR #197)

@snianu commented on this pull request.



>  
    1. Let |realm| be [=this=]'s [=relevant realm=].
 
    1. Let |p| be [=a new promise=] in |realm|.
 
+   1. Let |format| be a {{DOMString}}.
+
+   1. If |formats| is not empty, then:
+
+     1. If |formats|'s size is greater than 1, then [=reject=] |p| with {{"NotAllowedError"}} {{DOMException}} in |realm|.

Addressed these concerns in the latest iteration. Please let me know if I missed anything. Thanks!

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

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

Received on Friday, 10 November 2023 00:13:36 UTC