From 69ad5f0e7879e9555f949c9b5eb48440cd9e9fdc Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 9 Dec 2021 17:00:55 +0900 Subject: feat(ext/timers): add refTimer, unrefTimer API (#12953) --- runtime/js/90_deno_ns.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/js') diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index f858a93eb..e5e52b1f6 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -139,5 +139,7 @@ flockSync: __bootstrap.fs.flockSync, funlock: __bootstrap.fs.funlock, funlockSync: __bootstrap.fs.funlockSync, + refTimer: __bootstrap.timers.refTimer, + unrefTimer: __bootstrap.timers.unrefTimer, }; })(this); -- cgit v1.2.3