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 {
2929 attribute EventHandler onavailabilitychanged;
3030 [SameObject]
3131 readonly attribute BluetoothDevice? referringDevice;
32- Promise<BluetoothDevice> requestDevice(optional RequestDeviceOptions options);
32+ Promise<BluetoothDevice> requestDevice(optional RequestDeviceOptions options = {} );
3333};
3434Bluetooth includes BluetoothDeviceEventHandlers;
3535Bluetooth includes CharacteristicEventHandlers;
@@ -60,7 +60,7 @@ interface BluetoothPermissionResult : PermissionStatus {
6060
6161[
6262 Exposed=Window,
63- Constructor(DOMString type, optional ValueEventInit initDict),
63+ Constructor(DOMString type, optional ValueEventInit initDict = {} ),
6464 SecureContext
6565]
6666interface ValueEvent : Event {
You can’t perform that action at this time.
0 commit comments