jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

plase add a htmlfs example thx! #290

Closed dirkhe1051931999 closed 1 year ago

dirkhe1051931999 commented 4 years ago

i not find a htmlfs example for HTML5FS i according to my understanding coding such as

BrowserFS.configure(
  {
    fs: 'HTML5FS',
  },
  function(e: Error) {
    if (e) {
      // An error happened!
      throw e;
    }
  },
);

has a error Cannot read property 'size' of undefined

help!!!

james-pre commented 1 year ago

Closing because of #357