- From: Jonathan Hao <notifications@github.com>
- Date: Thu, 08 Jun 2023 10:47:54 -0700
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 June 2023 17:47:59 UTC
https://www.w3.org/TR/permissions/#aspects
```
dictionary SensesPermissionDescriptor : PermissionDescriptor {
boolean canSmell = false;
boolean canTaste = false;
}
```
This WebIDL example is missing a semicolon at the end.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/415
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/permissions/issues/415@github.com>
Received on Thursday, 8 June 2023 17:47:59 UTC