Replies: 1 comment
-
FWIW, starting with version 15 (I think), Electron now support WebHID. It is still a relatively protected interface, so it doesn't "just work." But there's now some documentation on using WebHID with Electron. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Although Chromium 89 (and therefore Electron 12+) now supports WebHID, it looks like WebHID can't be used under Electron – because it is a protected API that Electron needs to grant access to – and currently doesn't have an API to grant access.
Is my research correct here?
Is anyone using WebHID and/or @node-elgato-streamdeck/web-hid in Electron?
Beta Was this translation helpful? Give feedback.
All reactions