mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Switches characteristic to use BufferSource
This commit is contained in:
parent
40235da2d3
commit
5bf2e71407
6 changed files with 17 additions and 12 deletions
|
@ -11,6 +11,6 @@ interface BluetoothRemoteGATTDescriptor {
|
|||
readonly attribute DOMString uuid;
|
||||
readonly attribute ByteString? value;
|
||||
Promise<ByteString> readValue();
|
||||
// Promise<DataView> readValue();
|
||||
//Promise<DataView> readValue();
|
||||
Promise<void> writeValue(BufferSource value);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue