From beae3b3fdf8a1b598fcb835bb9a5c56513bc3f43 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Thu, 26 Dec 2024 14:22:01 -0800 Subject: [PATCH] Clarify ordering of send calls with the same timestamp --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c3e5655..7bc27d3 100644 --- a/index.html +++ b/index.html @@ -1064,7 +1064,10 @@

{{DOMHighResTimeStamp}} - a number of milliseconds measured relative to the navigation start of the document). If timestamp 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 send() with the same timestamp must + result in the data being sent in the order the calls were + made.