Interface MIDIInputMap

Available only in secure contexts.

MDN Reference

interface MIDIInputMap {
    forEach(
        callbackfn: (
            value: MIDIInput,
            key: string,
            parent: MIDIInputMap,
        ) => void,
        thisArg?: any,
    ): void;
}

Methods

Methods

  • Parameters

    Returns void