WebIDL compile error

This commit is contained in:
wuggy 2026-09-19 11:40:52 -07:00
commit 8fd088c97d

View file

@ -6,7 +6,7 @@ interface USB : EventTarget {
Promise<sequence<USBDevice>> getDevices();
[NewObject]
Promise<USBDevice> requestDevice(optional USBDeviceRequestOptions options = {});
Promise<USBDevice> requestDevice(optional USBDeviceRequestOptions options);
attribute EventHandler onconnect;
attribute EventHandler ondisconnect;