Changes this week:
- The standard
performance.now()
andperformance.timeOrigin
APIs are now available. The implementation follows the same rules asDate.now()
, with the time advancing only when I/O occurs in order to mitigate the possibility of timing side-channel attacks.