Closed
Description
STR in Chrome:
> var event = new MIDIMessageEvent("something");
> console.log(event.data);
< null
MIDIMessageEvent.data
is not nullable, so this should be an empty array. It's harmless to allow an empty MIDIMessageEvent
but it's not particularly useful either. We can change the spec for compat instead of having Chrome fixed maybe.