thegecko / webusb

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

Add correct statuses in transfer responses #3

Closed thegecko closed 5 years ago

thegecko commented 6 years ago

All transfers:

Always return status: "ok", but should return whether the transfer status is ok, stall or babble.

node-usb doesn't currently support returning the transfer status, so it's likely this will need to be implemented there first.

thegecko commented 5 years ago

Resolved in #41