Re: [w3c/permissions] Add ClipboardPermissionDescriptor (#155)

marcoscaceres commented on this pull request.



> @@ -1082,6 +1082,28 @@ spec: webidl
       permission is the permission associated with the usage of the
       asynchronous methods in the [[clipboard-apis]].
     </p>
+    <dl>
+      <dt>
+        <a>permission descriptor type</a>
+      </dt>
+      <dd>
+        <pre class='idl'>
+          dictionary ClipboardPermissionDescriptor : PermissionDescriptor {
+            boolean fullAccess = false;

Are you sure that in the future you won't have a requirement for more granular access? Did you consider instead:

```JS
{
   access: "full",
}
```

-- 
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/permissions/pull/155#pullrequestreview-62616953

Received on Thursday, 14 September 2017 00:59:33 UTC