@[email protected] to Lemmy [email protected]English • 1 month agoJavascript/Linux is what I call itlemmy.worldimagemessage-square18fedilinkarrow-up1343
arrow-up1343imageJavascript/Linux is what I call itlemmy.world@[email protected] to Lemmy [email protected]English • 1 month agomessage-square18fedilink
minus-square@[email protected]linkfedilink2•1 month agoIs that the driver or just the configuration interface in Javascript? I would suspect that the actual driver is written in C.
minus-square@[email protected]linkfedilink2•edit-21 month agoNope, the driver through the use of the web USB API and/or the WebHID api. Of course it depends on how you define driver but I think they have a very good claim to be drivers. https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API https://developer.mozilla.org/en-US/docs/Web/API/WebUSB_API
Is that the driver or just the configuration interface in Javascript?
I would suspect that the actual driver is written in C.
Nope, the driver through the use of the web USB API and/or the WebHID api. Of course it depends on how you define driver but I think they have a very good claim to be drivers.
https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API
https://developer.mozilla.org/en-US/docs/Web/API/WebUSB_API