We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21b4bc8 + a53a40c commit 5d8e193Copy full SHA for 5d8e193
index.html
@@ -1207,7 +1207,7 @@ <h2 id="MIDIMessageEvent">
1207
[SecureContext, Exposed=Window]
1208
interface MIDIMessageEvent : Event {
1209
constructor(DOMString type, optional MIDIMessageEventInit eventInitDict = {});
1210
- readonly attribute Uint8Array data;
+ readonly attribute Uint8Array? data;
1211
};
1212
</pre>
1213
<dl>
@@ -1282,7 +1282,7 @@ <h2 id="MIDIConnectionEvent">
1282
1283
interface MIDIConnectionEvent : Event {
1284
constructor(DOMString type, optional MIDIConnectionEventInit eventInitDict = {});
1285
- readonly attribute MIDIPort port;
+ readonly attribute MIDIPort? port;
1286
1287
1288
0 commit comments