mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Removing uuids field from BluetoothDevice with the related test cases.
This commit is contained in:
parent
b72dcf326b
commit
2b4829b89a
4 changed files with 5 additions and 30 deletions
|
@ -8,9 +8,13 @@
|
|||
interface BluetoothDevice {
|
||||
readonly attribute DOMString id;
|
||||
readonly attribute DOMString? name;
|
||||
// TODO: remove this after BluetoothAdvertisingEvent implemented.
|
||||
readonly attribute BluetoothAdvertisingData adData;
|
||||
readonly attribute BluetoothRemoteGATTServer gatt;
|
||||
// readonly attribute FrozenArray[] uuids;
|
||||
|
||||
// Promise<void> watchAdvertisements();
|
||||
// void unwatchAdvertisements();
|
||||
// readonly attribute boolean watchingAdvertisements;
|
||||
};
|
||||
|
||||
// BluetoothDevice implements EventTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue