Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The open()
method of the HIDDevice
interface requests that the operating system opens the HID device.
Note: HID devices are not opened automatically. Therefore, a HIDDevice
returned by HID.requestDevice()
must be opened with this method before it is available to transfer data.