- From: snianu <notifications@github.com>
- Date: Tue, 16 Nov 2021 11:04:16 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 November 2021 19:04:28 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_r750577933
Received on Tuesday, 16 November 2021 19:04:28 UTC