Internal
Protected
Optional
Internal
_mountThe last place this file system was mounted
Protected
Internal
_uuidThe UUID of the file system.
Readonly
attributesProtected
baseReadonly
indexOptional
labelReadonly
nameThe name for this file system. For example, tmpfs for an in memory one
Protected
Optional
remoteProtected
requestReadonly
typeA unique ID for this kind of file system. Currently unused internally, but could be used for partition tables or something
Protected
_asyncProtected
_removeProtected
createCreate the file at path
with the given options.
Create the file at path
with the given options.
Test whether or not path
exists.
Test whether or not path
exists.
Reads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The position in the file to stop reading
Reads into a buffer
The buffer to read into. You must set the byteOffset
and byteLength
appropriately!
The position in the file to stop reading
Protected
removeProtected
removeWrites a buffer to a file
The offset in the file to start writing
Writes a buffer to a file
The offset in the file to start writing
A simple filesystem backed by HTTP using the
fetch
API.