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

Add User/Group permission support and add CreateAsync static methods to all backends #334

Closed james-pre closed 1 year ago

james-pre commented 1 year ago

Added some static methods to backends so that they can be created using Promises or async/await