Deprecated. Use IndexedDB.Create() method instead.
Constructs an IndexedDB file system.
Called once the database is instantiated and ready for use. Passes an error if there was an issue instantiating the database.
The name of this file system. You can have multiple IndexedDB file systems operating at once, but each must have a different name.
Delete all contents stored in the file system.
Initializes the file system. Typically called by subclasses' async constructors.
Constructs an IndexedDB file system with the given options.
Generated using TypeDoc
A file system that uses the IndexedDB key value file system.