这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 5330906

Browse files
committed
Editorial: Align with Web IDL specification
1 parent c7b6843 commit 5330906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,10 @@ <h3 id="MIDIOutput">
982982
</h3>
983983
<pre class="idl">
984984
[SecureContext, Exposed=Window] interface MIDIOutput : MIDIPort {
985-
void send(sequence&lt;octet&gt; data, optional DOMHighResTimeStamp timestamp = 0);
986-
void clear();
985+
undefined send(sequence&lt;octet&gt; data, optional DOMHighResTimeStamp timestamp = 0);
986+
undefined clear();
987987
};
988-
</pre>
988+
</pre>
989989
<dl>
990990
<dt>
991991
<dfn>send</dfn>

0 commit comments

Comments
 (0)