@webref/idl 2.12.0 → 2.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/webhid.idl +1 -0
package/package.json
CHANGED
package/webhid.idl
CHANGED
|
@@ -37,6 +37,7 @@ interface HIDDevice : EventTarget {
|
|
|
37
37
|
readonly attribute FrozenArray<HIDCollectionInfo> collections;
|
|
38
38
|
Promise<undefined> open();
|
|
39
39
|
Promise<undefined> close();
|
|
40
|
+
Promise<undefined> forget();
|
|
40
41
|
Promise<undefined> sendReport([EnforceRange] octet reportId, BufferSource data);
|
|
41
42
|
Promise<undefined> sendFeatureReport(
|
|
42
43
|
[EnforceRange] octet reportId,
|