Type Alias FsCapabilities

FsCapabilities: { live: boolean; write: boolean }

Capabilities of the file system implementation

Type declaration

  • live: boolean

    Can the browser detect live updates:

    • Change of modified time
    • Change of directory structure (new, renamed, deleted files)
  • write: boolean

    Can the browser directly write to the file system