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.
1 parent 82fd9c4 commit a53a40cCopy full SHA for a53a40c
index.html
@@ -1227,7 +1227,7 @@ <h2 id="MIDIMessageEventInit">
1227
</h2>
1228
<pre class="idl">
1229
dictionary MIDIMessageEventInit: EventInit {
1230
- Uint8Array? data;
+ Uint8Array data;
1231
};
1232
</pre>
1233
<dl>
@@ -1301,7 +1301,7 @@ <h2 id="MIDIConnectionEventInit">
1301
1302
1303
dictionary MIDIConnectionEventInit: EventInit {
1304
- MIDIPort? port;
+ MIDIPort port;
1305
1306
1307
0 commit comments