- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 15 Jun 2020 23:34:54 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 June 2020 06:35:06 UTC
@marcoscaceres commented on this pull request. > @@ -630,7 +630,9 @@ urlPrefix: https://w3c.github.io/FileAPI/#dfn-; type: dfn; 1. Let |r| be the result of running [=check clipboard read permission=] [=in parallel=] - 1. If |r| is not "granted", then reject |p| with a "NotAllowedError" DOMException + 1. Let |f| be the result of checking clipboard feature policy [=in parallel=] I think the feature policy checks can be done sync. This should link to [=allowed to use=] instead saying "result of checking". -- 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/120#pullrequestreview-431197140
Received on Tuesday, 16 June 2020 06:35:06 UTC