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?
Asked
Active
Viewed 1,108 times
2

veggiedefender
- 70
- 6
1 Answers
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
-
This still the case? Any work around? @Reilly Grant – Biaspoint May 14 '21 at 21:40
-
1Try Web Serial API – Fabian Nov 24 '21 at 23:20