Skip to content

Commit fc3eb80

Browse files
Add performance.now/timeOrigin (#40)
Co-authored-by: Andreu Botella <[email protected]>
1 parent 61bd13f commit fc3eb80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Global methods / properties:
7777
* globalThis.{{console}}
7878
* globalThis.{{crypto}}
7979
* globalThis.{{navigator}}.{{userAgent}}
80+
* globalThis.{{performance}}.{{Performance/now()}}
81+
* globalThis.{{performance}}.{{timeOrigin}}
8082
* globalThis.{{queueMicrotask()}}
8183
* globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}
8284
* globalThis.{{setInterval()}} / globalThis.{{clearInterval()}}

0 commit comments

Comments
 (0)