WebIDLpedia

MIDIInput interface

Definition

Web MIDI API defines MIDIInput



[SecureContext, Exposed=(Window,Worker)] interface MIDIInput: MIDIPort {
  attribute EventHandler onmidimessage;
};

Referring IDL interfaces/dictionaries