2

I'd like to use WebUSB to read and write files to a flash drive, or better, write arbitrary bits like unix's dd. Is this possible, or is only serial-like communication supported?

1 Answers1

4

It cannot. USB mass storage devices are claimed by the system's generic USB mass storage class driver and are therefore unavailable to the browser.

Reilly Grant
  • 5,590
  • 1
  • 13
  • 23