The Emscripten FS
Protected
Optional
Internal
_disableWhether the sync cache should be disabled. Only affects async things.
Protected
emThe Emscripten FS
Abstract
createCreate the file at path
with the given mode. Then, open it with the given flag.
Abstract
linkAbstract
mkdirAbstract
openOpens the file at path
with the given flag. The file must exist.
The path to open.
The flag to use when opening the file.
A File object corresponding to the opened file.
Abstract
readdirAbstract
renameAbstract
rmdirAbstract
statAbstract
syncAbstract
unlink
Mounts an Emscripten file system into the BrowserFS file system.