thegecko / webusb

Node.js implementation of the WebUSB Specification
https://thegecko.github.io/webusb/
MIT License
183 stars 27 forks source link

Add support for isochronous transfers #2

Open thegecko opened 6 years ago

thegecko commented 6 years ago

The specification outlines 2 isochronous transfer methods on a USBDevice; isochronousTransferIn and isochronousTransferOut:

https://wicg.github.io/webusb/#dom-usbdevice-isochronoustransferin

These transfer methods are currently unsupported in node-usb so probably need to be exposed there first.