-
Is there a way I could use BrowserFS's localStorage backend while being in a web worker? Since web workers don't have access to localStorage, I don't expect BrowserFS to work in a web worker with the …
-
jvilk updated
9 years ago
-
Currently, `tools\render.coffee` will dynamically invoke git to determine the revision responsible for the given demo page, and will paste it directly into the mustache template.
Instead, it would be…
jvilk updated
9 years ago
-
path.dirname (node.js like) bug
path.dirname('a/b') returns not 'a' but '.'
fix code:
dist/browserfs.js line 3692
> if (sections.length > 1) {
> to
> if (sections.length >= 1) {
-
Instead of trying to fit everything into LocalStorage or memory, we could enable users to read/write files from a cloud storage service, providing more of a true filesystem.
We could use any or all o…
-
I am trying to add a jar to the bootclasspath with Doppio. Unfortunately classes in the jar are not found. Is this functionality supposed to work?
Are there any limits? The jar file has a size of 8.…
-
-
-
BrowserFS v0.3.1 brings with it zip file support, proper error codes, less overhead, and some compatibility-breaking changes. Actually, I think it brings with it the new Dropbox and HTML5FS file syste…
jvilk updated
10 years ago
-
Where and how are the users' files saved?