diff options
author | Satya Rohith <me@satyarohith.com> | 2021-10-10 15:46:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 15:46:11 +0530 |
commit | 29f9e14457998085ec38cce597558d88b3d804e7 (patch) | |
tree | b437b5aa1d629490599c2eee4c3088f6877ae6d0 /runtime/js/90_deno_ns.js | |
parent | 25771b3d9b36a7262d42809bfbb5497ed8057780 (diff) |
feat: stabilize Deno.resolveDns (#12368)
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 177a0dea0..ddc18d425 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -102,6 +102,7 @@ Permissions: __bootstrap.permissions.Permissions, PermissionStatus: __bootstrap.permissions.PermissionStatus, serveHttp: __bootstrap.http.serveHttp, + resolveDns: __bootstrap.net.resolveDns, upgradeWebSocket: __bootstrap.http.upgradeWebSocket, }; @@ -121,7 +122,6 @@ applySourceMap: __bootstrap.errorStack.opApplySourceMap, formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics, sleepSync: __bootstrap.timers.sleepSync, - resolveDns: __bootstrap.net.resolveDns, listen: __bootstrap.netUnstable.listen, connect: __bootstrap.netUnstable.connect, listenDatagram: __bootstrap.netUnstable.listenDatagram, |