How do I use the fs manager in a browser to edit a csv or a text file?
I tried using browserFs and it still didn't work, maybe I was doing something wrong, I'm not so sure. When I used it no errors were present but nothing was written to the file although the code specifically did so.
Within a browser, there is no JavaScript that can directly read and/or write to files on the file system. BrowserFS supports many ways to store data, but files on the file system are not one of those supported ways.