WebIDLpedia

MIDIConnectionEvent interface

Definition

Web MIDI API defines MIDIConnectionEvent



[SecureContext, Exposed=Window]
interface MIDIConnectionEvent : Event {
  constructor(DOMString type, optional MIDIConnectionEventInit eventInitDict = {});
  readonly attribute MIDIPort? port;
};

Methods and attributes that return objects implementing MIDIConnectionEvent