File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ interface Bluetooth : EventTarget {
29
29
attribute EventHandler onavailabilitychanged;
30
30
[SameObject]
31
31
readonly attribute BluetoothDevice? referringDevice;
32
- Promise<BluetoothDevice> requestDevice(optional RequestDeviceOptions options);
32
+ Promise<BluetoothDevice> requestDevice(optional RequestDeviceOptions options = {} );
33
33
};
34
34
Bluetooth includes BluetoothDeviceEventHandlers;
35
35
Bluetooth includes CharacteristicEventHandlers;
@@ -60,7 +60,7 @@ interface BluetoothPermissionResult : PermissionStatus {
60
60
61
61
[
62
62
Exposed=Window,
63
- Constructor(DOMString type, optional ValueEventInit initDict),
63
+ Constructor(DOMString type, optional ValueEventInit initDict = {} ),
64
64
SecureContext
65
65
]
66
66
interface ValueEvent : Event {
You can’t perform that action at this time.
0 commit comments