Not TestedTesting not done, may not work properly
Hardware

WebHID API

Interact with Human Interface Devices (gamepads, keypads, custom controllers).

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after processing...

Native JavaScript Code Example (Zero Libraries)

const devices = await navigator.hid.requestDevice({ filters: [] });

About the WebHID API Web API

WebHID API provides access to Human Interface Devices (HID) like gamepads.

Specification:W3C & WHATWG Web API Standard
Sponsored Content