| Index: Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| diff --git a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| index 2aed3712d7b1190d3cfe6c4bcec21024265fd3f7..5f51c368d5fa6169c018d896f08f804f6944c76e 100644
|
| --- a/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| +++ b/Source/modules/bluetooth/BluetoothGATTCharacteristic.idl
|
| @@ -19,7 +19,7 @@ typedef DOMString UUID;
|
| // readonly attribute ArrayBuffer? value;
|
| // Promise<BluetoothGATTDescriptor> getDescriptor(BluetoothDescriptorUUID descriptor);
|
| // Promise<sequence<BluetoothGATTDescriptor>> getDescriptors(optional BluetoothDescriptorUUID descriptor);
|
| - // Promise<ArrayBuffer> readValue();
|
| + [CallWith=ScriptState] Promise<ArrayBuffer> readValue();
|
| // Promise<void> writeValue(BufferSource value);
|
| // Promise<void> startNotifications();
|
| // Promise<void> stopNotifications();
|
|
|