Can anyone recommend a library for reading/writing...
# javascript
s
Can anyone recommend a library for reading/writing files from the browser? I'm trying to target javascript from a multiplatform app and I just discovered that Okio (which I'm currently using) doesn't support filesystem access in the browser.
c
AFAIK you can't write files in the browser. You can't open or list files either, the user has to provide you with a file handle that you can read.
j
c
Interesting. Well, that's a good idea for a multiplatform library, then