diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-06-13 15:28:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 21:28:00 +0200 |
commit | 21dfeea3c48cf6101d71b39a1d2b0f9406818300 (patch) | |
tree | 0ef0627159ad366d1755081247776b9759b14017 /runtime/js | |
parent | e6218d9d23f71fe5c42dbd76d3016b147892b476 (diff) |
Remove unstable Deno.sleepSync (#14719)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 24a31bc31..ea5303149 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -126,7 +126,6 @@ networkInterfaces: __bootstrap.os.networkInterfaces, getGid: __bootstrap.os.getGid, getUid: __bootstrap.os.getUid, - sleepSync: __bootstrap.timers.sleepSync, listen: __bootstrap.netUnstable.listen, connect: __bootstrap.netUnstable.connect, listenDatagram: __bootstrap.netUnstable.listenDatagram, |