Type Alias FsSupportStatus

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

What is supported by the current environment

Type declaration

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

    The implementation for FsFileSystem used

    See README.md for more information

  • isSecureContext: boolean

    Returned by window.isSecureContext