- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 02 Jun 2020 18:24:58 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 June 2020 01:25:10 UTC
@dway123, thanks, the text looks good... however, this seems to break the convention we have for these kinds of permissions. I would have the value to remain "clipboard" and for a `PermissionDescriptor` to capture to mode.
Something like:
```
enum ClipboardMode { "read", "write" }
dictionary ClipboardPermissionDescriptor : PermissionDescriptor {
ClipboardMode mode = "read";
};
``
--
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/209#issuecomment-637899018
Received on Wednesday, 3 June 2020 01:25:10 UTC