You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making fs into a class. Releasing 0.5.2.
Now you can have multiple FS modules on one page, if you so choose.
```{js}
var fs_main = BrowserFS.BFSRequire('fs');
var newFs = new fs_main.FS();
var newFs2 = new fs_main.FS();
```