2023/5/12 Workers Runtime Release Notes

Changes this week:

  • The standard performance.now() and performance.timeOrigin APIs are now available. The implementation follows the same rules as Date.now(), with the time advancing only when I/O occurs in order to mitigate the possibility of timing side-channel attacks.
2 Likes