pure
    Preparing search index...

    Type Alias FsSupportStatus

    What is supported by the current environment

    type FsSupportStatus = {
        implementation: "File" | "FileSystemAccess" | "FileEntry";
        isSecureContext: boolean;
    }
    Index

    Properties

    implementation: "File" | "FileSystemAccess" | "FileEntry"

    The implementation for FsFileSystem used

    See README.md for more information

    isSecureContext: boolean

    Returned by window.isSecureContext