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

    Interface MimeTypeArray

    Returns an array of MimeType instances, each of which contains information about a supported browser plugins. This object is returned by NavigatorPlugins.mimeTypes.

    MDN Reference

    interface MimeTypeArray {
        length: number;
        item(index: number): MimeType;
        namedItem(name: string): MimeType;
        [index: number]: MimeType;
    }

    Indexable

    Index

    Properties

    Methods

    Properties

    length: number

    Methods

    • Parameters

      • index: number

      Returns MimeType

    • Parameters

      • name: string

      Returns MimeType