WICG / webusb

Connecting hardware to the web.
https://wicg.github.io/webusb/
Other
1.31k stars 131 forks source link

Allow WebUSB to be used within a Web Worker #130

Closed odejesush closed 6 years ago

odejesush commented 6 years ago

This change to the spec will allow the WebUSB interface to be accessible within the context of a Web Worker.

I created an explainer document for this addition.

Additionally, this feature was mentioned before in issue WebUSB#73.

I checked if the change to the IDL in chromium compiled successfully in change 1014196.

Feedback on the change is welcome :)

odejesush commented 6 years ago

Thanks for the feedback @annevk.

odejesush commented 6 years ago

Sounds good Reilly, I'll do that when we're at the stage where we can add an example.