summaryrefslogtreecommitdiff
path: root/runtime/js/90_deno_ns.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-09-13 14:06:12 +0200
committerGitHub <noreply@github.com>2021-09-13 14:06:12 +0200
commita95ca9dc70515240b1be7a12dbf686b1ebfb3490 (patch)
treec6dc232f1cce423fef903a65f52e3e7bf11f9d8b /runtime/js/90_deno_ns.js
parent3ef23e25c608de1d3e16c2f4c2d10814ccc862bf (diff)
feat: stabilise Deno.upgradeWebSocket (#12024)
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r--runtime/js/90_deno_ns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js
index 8f1fe89f5..177a0dea0 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,
+ upgradeWebSocket: __bootstrap.http.upgradeWebSocket,
};
__bootstrap.denoNsUnstable = {
@@ -126,7 +127,6 @@
listenDatagram: __bootstrap.netUnstable.listenDatagram,
startTls: __bootstrap.tls.startTls,
umask: __bootstrap.fs.umask,
- upgradeWebSocket: __bootstrap.http.upgradeWebSocket,
futime: __bootstrap.fs.futime,
futimeSync: __bootstrap.fs.futimeSync,
utime: __bootstrap.fs.utime,