A synchronous file system backed by a Storage (e.g. localStorage).
Storage
Creates a new Storage file system using the contents of Storage.
Protected
Static
Readonly
Create the file at path p with the given mode. Then, open it with the given flag.
Delete all contents stored in the file system.
Opens the file at path p with the given flag. The file must exist.
The path to open.
The flag to use when opening the file.
Generated using TypeDoc
A synchronous file system backed by a
Storage
(e.g. localStorage).