Mark Wise
Mark Wise
+1 on this. We ran into this issue when using a single filer.js instance to read/write multiple files at once. The fix from this PR resolved our issue.
Hey Eric, Have you done any more digging on using filer.js in a web worker context? We're using filer.js to store audio samples and are always looking for opportunities to...
Ok awesome, thanks. I just realized that this issue was probably referring to filer.js being imported wholesale into a worker, so I'm not sure that extending it to make the...