Skip to content

Commit 1183f73

Browse files
Merge pull request #273 from mjwilson-google/send-timing
Clarify ordering of send calls with the same timestamp
2 parents 6e85e43 + beae3b3 commit 1183f73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,10 @@ <h3 id="MIDIOutput">
10651065
{{DOMHighResTimeStamp}} - a number of milliseconds measured
10661066
relative to the navigation start of the document). If
10671067
<code>timestamp</code> is set to zero (or another time in the
1068-
past), the data is to be sent as soon as possible.
1068+
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.
10691072
</dd>
10701073
</dl>
10711074
</dd>

0 commit comments

Comments
 (0)