A file system that uses the IndexedDB key value file system.
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.
Initializes the file system. Typically called by subclasses' async constructors.
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.
A File object corresponding to the opened file.
Constructs an IndexedDB file system with the given options.
Generated using TypeDoc
A file system that uses the IndexedDB key value file system.