mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Error handling
This commit is contained in:
parent
b851045415
commit
27ad1437a1
8 changed files with 61 additions and 76 deletions
|
@ -12,6 +12,7 @@ interface BluetoothRemoteGATTDescriptor {
|
|||
[Throws]
|
||||
ByteString readValue();
|
||||
//Promise<DataView> readValue();
|
||||
[Throws]
|
||||
void writeValue(sequence<octet> value);
|
||||
//Promise<void> writeValue(BufferSource value);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue