- From: snianu <notifications@github.com>
- Date: Mon, 15 Nov 2021 15:59:52 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 November 2021 00:00:04 UTC
@snianu commented on this pull request.
> <div class="algorithm" data-algorithm="clipboard-read">
<h4 method for="Clipboard">read()</h4>
The {{Clipboard/read()}} method must run these steps:
- 1. Let |p| be a new [=Promise=].
+ 1. Let |realm| be [=this=]'s [=relevant realm=].
+
+ 1. Let |p| be [=a new promise=] in |realm|.
1. Run the following steps [=in parallel=]:
1. Let |r| be the result of running [=check clipboard read permission=] [=in parallel=]
Ack.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/158#discussion_r749771338
Received on Tuesday, 16 November 2021 00:00:04 UTC