mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
8 lines
278 B
Text
8 lines
278 B
Text
|
error: Uncaught (in promise) ReferenceError: setImmediate is not defined
|
||
|
setImmediate;
|
||
|
^
|
||
|
at [WILDCARD]set_immediate.js:1:1
|
||
|
|
||
|
info: setImmediate is not available in the global scope in Deno.
|
||
|
hint: Import it explicitly with import { setImmediate } from "node:timers";.
|