Interface FileSystemHandle

    Available only in secure contexts.

    MDN Reference

    interface FileSystemHandle {
        kind: FileSystemHandleKind;
        name: string;
        isSameEntry(other: FileSystemHandle): Promise<boolean>;
    }
    Hierarchy

    Properties

    Methods

    Properties

    name: string

    Methods