- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 17 Jan 2022 16:47:46 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 January 2022 00:47:58 UTC
@marcoscaceres commented on this pull request. > @@ -618,11 +618,11 @@ 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. If |r| is not true, then reject |p| with a "NotAllowedError" DOMException does Bikeshed support?: ```suggestion 1. If |r| is not true, then reject |p| with a "NotAllowedError" {{DOMException}} ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/164#pullrequestreview-854857561 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/164/review/854857561@github.com>
Received on Tuesday, 18 January 2022 00:47:58 UTC