Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,10 @@ <h3 id="MIDIOutput">
{{DOMHighResTimeStamp}} - a number of milliseconds measured
relative to the navigation start of the document). If
<code>timestamp</code> is set to zero (or another time in the
past), the data is to be sent as soon as possible.
past), the data is to be sent as soon as possible. Multiple
calls to <code>send()</code> with the same timestamp must
result in the data being sent in the order the calls were
made.
</dd>
</dl>
</dd>
Expand Down