mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Add event target for bluetooth
This commit is contained in:
committed by
Attila Dusnoki
parent
b18ec28fa7
commit
d9c7ffb5b3
@@ -28,9 +28,10 @@ dictionary RequestDeviceOptions {
|
||||
};
|
||||
|
||||
[Pref="dom.bluetooth.enabled"]
|
||||
interface Bluetooth {
|
||||
interface Bluetooth : EventTarget {
|
||||
// [SecureContext]
|
||||
// readonly attribute BluetoothDevice? referringDevice;
|
||||
attribute EventHandler onavailabilitychanged;
|
||||
// [SecureContext]
|
||||
// Promise<boolean> getAvailability();
|
||||
// [SecureContext]
|
||||
|
||||
Reference in New Issue
Block a user