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 215 forks source link

Support fs.constants #216

Closed jvilk closed 10 months ago

jvilk commented 6 years ago

Node uses numeric constants for modes/flags, and we should too, along with exposing the constants on fs.constants.

jcubic commented 3 years ago

Any progress on this?

james-pre commented 10 months ago

Added in 26dea1b!