mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
Bluetooth Permission API integration
This commit is contained in:
committed by
Attila Dusnoki
parent
f3ddee5dbc
commit
5287cd3bea
@@ -8,7 +8,7 @@
|
||||
interface BluetoothDevice : EventTarget {
|
||||
readonly attribute DOMString id;
|
||||
readonly attribute DOMString? name;
|
||||
readonly attribute BluetoothRemoteGATTServer gatt;
|
||||
readonly attribute BluetoothRemoteGATTServer? gatt;
|
||||
|
||||
Promise<void> watchAdvertisements();
|
||||
void unwatchAdvertisements();
|
||||
|
||||
Reference in New Issue
Block a user