mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28: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
|
@ -66,5 +66,5 @@ partial interface Navigator {
|
|||
// https://w3c.github.io/permissions/#navigator-and-workernavigator-extension
|
||||
[Exposed=(Window)]
|
||||
partial interface Navigator {
|
||||
readonly attribute Permissions permissions;
|
||||
[Pref="dom.permissions.enabled"] readonly attribute Permissions permissions;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue