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 mode
. Then, open it with flag
.
Abstract
linkAbstract
mkdirAbstract
openOpens the file at path
with flag
. The file must exist.
The path to open.
The flag to use when opening the file.
Abstract
readdirAbstract
renameAbstract
rmdirAbstract
statAbstract
syncAbstract
unlink
Mounts an Emscripten file system into the BrowserFS file system.