pure
    Preparing search index...

    Type Alias FsCapabilities

    Capabilities of the file system implementation

    type FsCapabilities = {
        live: boolean;
        write: boolean;
    }
    Index

    Properties

    Properties

    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