@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface FileSystemHandle

    Available only in secure contexts.

    MDN Reference

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

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    name: string

    Methods