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;

Thanks for the clarification - that makes sense. I don't have a strong opinion, so I think it's probably ok to just have `fullAccess` to stand for "read-write" (and missing for just write). 

Having said that, this is the first permission to require this kind of read/write access pattern, so I want to make sure we end up with something that future specs can also use. 

@jyasskin, would appreciate your input here... 

-- 
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#discussion_r138785015

Received on Thursday, 14 September 2017 02:36:01 UTC