Skip to content

Commit

Permalink
Add performance.now/timeOrigin (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Andreu Botella <andreu@andreubotella.com>
  • Loading branch information
jasnell and andreubotella committed Jun 1, 2023
1 parent 61bd13f commit fc3eb80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Global methods / properties:
* globalThis.{{console}}
* globalThis.{{crypto}}
* globalThis.{{navigator}}.{{userAgent}}
* globalThis.{{performance}}.{{Performance/now()}}
* globalThis.{{performance}}.{{timeOrigin}}
* globalThis.{{queueMicrotask()}}
* globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}
* globalThis.{{setInterval()}} / globalThis.{{clearInterval()}}
Expand Down

0 comments on commit fc3eb80

Please sign in to comment.