- December 9, 2020
- tomayac
Reading and writing files and directories with the browser-fs-access library
Browsers have been able to deal with files and directories for a long time. The File API provides features for representing file objects in web applications, as well as programmatically selecting them and accessing their data. The moment you look closer, though, all that glitters is not gold.