Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemConstructor

Contains typings for static functions on the file system constructor.

Hierarchy

  • FileSystemConstructor

Index

Properties

Methods

Properties

Name

Name: string

Core: Name to identify this particular file system.

Options

Core: Describes all of the options available for this file system.

Methods

Create

isAvailable

  • isAvailable(): boolean
  • 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.

    Returns boolean

Generated using TypeDoc