Re: [w3c/permissions] Fix #139 - Add 'clipboard' permission (#140)

marcoscaceres approved this pull request.



> @@ -668,7 +668,8 @@ spec: webidl
       <a enum-value>"background-sync"</a>,
       <a enum-value>"bluetooth"</a>,
       <a enum-value>"persistent-storage"</a>,
-      <a enum-value>"ambient-light-sensor"</a>
+      <a enum-value>"ambient-light-sensor"</a>,
+      <a enum-value>"clipboard"</a>,
     };

IDL forbids trailing comas in enums 😭 

-- 
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/140#pullrequestreview-27717585

Received on Tuesday, 21 March 2017 00:09:39 UTC