mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Switches WriteValue to use BufferSource
This commit is contained in:
parent
b8279b376b
commit
40235da2d3
3 changed files with 12 additions and 8 deletions
|
@ -11,7 +11,6 @@ interface BluetoothRemoteGATTDescriptor {
|
|||
readonly attribute DOMString uuid;
|
||||
readonly attribute ByteString? value;
|
||||
Promise<ByteString> readValue();
|
||||
//Promise<DataView> readValue();
|
||||
Promise<void> writeValue(sequence<octet> value);
|
||||
//Promise<void> writeValue(BufferSource value);
|
||||
// Promise<DataView> readValue();
|
||||
Promise<void> writeValue(BufferSource value);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue