- From: =JeffH <notifications@github.com>
- Date: Tue, 20 Aug 2019 12:47:19 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 August 2019 19:47:41 UTC
`MidiPermissionDescriptor` in example 1 is confusing in that it says [emphasis added]: > The "midi" feature has _two aspects_... ..yet the example JS has a boolean for ostensibly only one of those aspects: ```JS dictionary MidiPermissionDescriptor : PermissionDescriptor { boolean sysex = false; }; ``` ...? -- 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/197
Received on Tuesday, 20 August 2019 19:47:41 UTC