Variable MIDIConnectionEvent

    MIDIConnectionEvent: {
        prototype: MIDIConnectionEvent;
        new (
            type: string,
            eventInitDict?: MIDIConnectionEventInit,
        ): MIDIConnectionEvent;
    }

    Type declaration