mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +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();
|
Promise<sequence<USBDevice>> getDevices();
|
||||||
|
|
||||||
[NewObject]
|
[NewObject]
|
||||||
Promise<USBDevice> requestDevice(optional USBDeviceRequestOptions options = {});
|
Promise<USBDevice> requestDevice(optional USBDeviceRequestOptions options);
|
||||||
|
|
||||||
attribute EventHandler onconnect;
|
attribute EventHandler onconnect;
|
||||||
attribute EventHandler ondisconnect;
|
attribute EventHandler ondisconnect;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue