- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 15 Jun 2020 23:38:37 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 June 2020 06:38:50 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'd put the following as step 1 (link as appropriate):
> If the current settings object's responsible document is not allowed to use the "clipboard-read" feature, then return a promise rejected with "NotAllowedError" DOMException.
--
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#discussion_r440617695
Received on Tuesday, 16 June 2020 06:38:50 UTC