- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 02 Jun 2020 18:28:04 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 June 2020 01:28:18 UTC
As I mentioned in https://github.com/w3c/permissions/pull/209#issuecomment-637899018, I was expecting something like the following, to match other things in the permission spec: ``` enum ClipboardMode { "read", "write" }; dictionary ClipboardPermissionDescriptor : PermissionDescriptor { ClipboardMode mode = "read"; }; ``` The permission name should remain "clipboard", no? -- 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/issues/175#issuecomment-637899764
Received on Wednesday, 3 June 2020 01:28:18 UTC