BrowserFS icon indicating copy to clipboard operation
BrowserFS copied to clipboard

Browserfs is brocken.

Open sahilrajput03 opened this issue 4 years ago • 1 comments

https://github.com/sahilrajput03/browser-fs-test

Why is it simply not working..?

image

sahilrajput03 avatar Apr 25 '21 07:04 sahilrajput03

First thing you need to check what exactly you have in your browserfs.min.js to be sure that you have correct file you can grab browserFS from cdn like https://www.jsdelivr.com/

Another thing is that you have NodeJS code inside js.js this will not work, you can't use require like that inside browser.

In browser the proper code is:

var fs = BrowserFS.BFSRequire("fs");

jcubic avatar Jul 31 '21 09:07 jcubic