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

Fix FileSystemAccess missing CreateAsync #347

Closed james-pre closed 1 year ago

james-pre commented 1 year ago

Also removes 2 unused variables in HTMLRequest. See https://github.com/jvilk/BrowserFS/issues/346#issuecomment-1453910160

emeryberger commented 1 year ago

Just saw this, sorry for the delay!