Re: [w3c/clipboard-apis] Remove clipboard-write permission (PR #164)

@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