Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemConstructor

Contains typings for static functions on the file system constructor.

Hierarchy

  • FileSystemConstructor

Index

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