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

Use `Uint8Array` instead of `Buffer` #375

Closed james-pre closed 8 months ago

james-pre commented 8 months ago

Since Uint8Array is supported on all platforms and Buffer isn't, using Uint8Array will reduce the bundle size.