From e9b85cf5d6b2c15fdc1b4b671113842638b4b1ed Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 1 Jun 2023 12:16:13 -0700 Subject: [PATCH] Update index.bs Co-authored-by: Andreu Botella --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 897b5a8..f032fe1 100644 --- a/index.bs +++ b/index.bs @@ -77,7 +77,7 @@ Global methods / properties: * globalThis.{{console}} * globalThis.{{crypto}} * globalThis.{{navigator}}.{{userAgent}} -* globalThis.{{performance}}.{{now()}} +* globalThis.{{performance}}.{{Performance/now()}} * globalThis.{{performance}}.{{timeOrigin}} * globalThis.{{queueMicrotask()}} * globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}