diff --git a/index.html b/index.html index a3c2287..75a2dad 100644 --- a/index.html +++ b/index.html @@ -621,6 +621,21 @@

+
+ The coarsen render time algorithm, given an [=unsafe + moment=] |timestamp:unsafe moment| on some [=clock=] and an optional + boolean |crossOriginIsolatedCapability:boolean| (default false), runs + the following steps: +
    +
  1. If |crossOriginIsolatedCapability| is true, return |timestamp|. +
  2. +
  3. In an implementation-defined manner, coarsen and + potentially jitter |timestamp| such that its resolution will not + exceed 4 milliseconds. To maintain timestamp order, the resulting [=unsafe moment=] must be greater than the given |timestamp|. +
  4. +
  5. Return timestamp.
  6. +
+
The relative high resolution time given an [=unsafe moment=] from the [=monotonic clock=] |time:unsafe moment on