The MIDIOutputMap read-only interface of the Web MIDI API provides the set of MIDI output ports that are currently available. Available only in secure contexts.
MIDIOutputMap
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
MIDIOutputMapread-only interface of the Web MIDI API provides the set of MIDI output ports that are currently available. Available only in secure contexts.MDN Reference