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

    Interface StorageManager

    Available only in secure contexts.

    MDN Reference

    interface StorageManager {
        estimate(): Promise<StorageEstimate>;
        getDirectory(): Promise<FileSystemDirectoryHandle>;
        persist(): Promise<boolean>;
        persisted(): Promise<boolean>;
    }
    Index

    Methods

    • Returns Promise<boolean>

    • Returns Promise<boolean>