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 6e85e43 + beae3b3 commit 1183f73Copy full SHA for 1183f73
index.html
@@ -1065,7 +1065,10 @@ <h3 id="MIDIOutput">
1065
{{DOMHighResTimeStamp}} - a number of milliseconds measured
1066
relative to the navigation start of the document). If
1067
<code>timestamp</code> is set to zero (or another time in the
1068
- past), the data is to be sent as soon as possible.
+ past), the data is to be sent as soon as possible. Multiple
1069
+ calls to <code>send()</code> with the same timestamp must
1070
+ result in the data being sent in the order the calls were
1071
+ made.
1072
</dd>
1073
</dl>
1074
0 commit comments