From 707e9e35804d9295996c5e86663209f14965d8f0 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Thu, 22 Sep 2022 07:35:24 +0300 Subject: feat(ops): Automatic fast ops creation (#15527) --- ext/web/02_timers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/web/02_timers.js b/ext/web/02_timers.js index 5d7ee49e0..7c0bc1e3a 100644 --- a/ext/web/02_timers.js +++ b/ext/web/02_timers.js @@ -31,7 +31,7 @@ const hrU8 = new Uint8Array(8); const hr = new Uint32Array(hrU8.buffer); function opNow() { - ops.op_now.fast(hrU8); + ops.op_now(hrU8); return (hr[0] * 1000 + hr[1] / 1e6); } -- cgit v1.2.3