Skip to content

Commit

Permalink
Add performance.now/timeOrigin
Browse files Browse the repository at this point in the history
`performance.now()` and `performance.timeOrigin` are beginning to show up in more and more ecosystem modules. It makes sense to include them in the minimal set.
  • Loading branch information
jasnell committed May 4, 2023
1 parent 61bd13f commit ce4441f
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}}.{{now()}}
* globalThis.{{performance}}.{{timeOrigin}}
* globalThis.{{queueMicrotask()}}
* globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}
* globalThis.{{setInterval()}} / globalThis.{{clearInterval()}}
Expand Down

0 comments on commit ce4441f

Please sign in to comment.