diff --git a/index.html b/index.html index 4831274..f18f390 100644 --- a/index.html +++ b/index.html @@ -349,6 +349,11 @@

is 1000 milliseconds long (i.e., don't account for leap seconds). +

+ A {{DOMHighResTimeStamp}} is a double. Therefore, using it to represent an + [=epoch-relative timestamp=], e.g. for the purpose of comparing it with Date.now(), + might lose sub-millisecond precision. +