Interface FileSystemHandle

Available only in secure contexts.

MDN Reference

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

Hierarchy (View Summary)

Properties

Methods

Properties

name: string

Methods