mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
WebIDL compile error
This commit is contained in:
parent
b8a4d60a09
commit
8fd088c97d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue