mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Explicitly expose everything everywhere.
This commit is contained in:
@@ -12,7 +12,7 @@ interface BluetoothServiceDataMap {
|
||||
readonly maplike<UUID, DataView>;
|
||||
};*/
|
||||
|
||||
[Pref="dom.bluetooth.enabled"]
|
||||
[Pref="dom.bluetooth.enabled", Exposed=(Window,Worker)]
|
||||
interface BluetoothAdvertisingData {
|
||||
readonly attribute unsigned short? appearance;
|
||||
readonly attribute byte? txPower;
|
||||
|
||||
Reference in New Issue
Block a user