The MIDIInputMap read-only interface of the Web MIDI API provides the set of MIDI input ports that are currently available. Available only in secure contexts.
MIDIInputMap
MDN Reference
Readonly
Returns an iterable of entries in the map.
Returns an iterable of key, value pairs for every entry in the map.
Optional
Returns an iterable of keys in the map
Returns an iterable of values in the map
The
MIDIInputMapread-only interface of the Web MIDI API provides the set of MIDI input ports that are currently available. Available only in secure contexts.MDN Reference