Core: Name to identify this particular file system.
Core: Describes all of the options available for this file system.
Core: Creates a file system of this given type with the given options.
Core: Returns 'true' if this filesystem is available in the current
environment. For example, a localStorage
-backed filesystem will return
'false' if the browser does not support that API.
Defaults to 'false', as the FileSystem base class isn't usable alone.
Generated using TypeDoc
Contains typings for static functions on the file system constructor.