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