mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Fix Permissions and Bluetooth prefs
This commit is contained in:
parent
5287cd3bea
commit
52680bba6b
6 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// https://w3c.github.io/permissions/#permissions-interface
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
[Pref="dom.permissions.enabled", Exposed=(Window,Worker)]
|
||||
interface Permissions {
|
||||
Promise<PermissionStatus> query(object permissionDesc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue