thegecko / webusb

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

Remove length check on control transfers #32

Closed dsanders11 closed 5 years ago

dsanders11 commented 5 years ago

Per WICG/webusb#155, this check in the spec was erroneous and has been removed, so removing it here as well.

thegecko commented 5 years ago

Ack!