diff options
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 85631cd55..89c9ef060 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -128,6 +128,7 @@ serveHttp: __bootstrap.http.serveHttp, startTls: __bootstrap.tls.startTls, umask: __bootstrap.fs.umask, + upgradeWebSocket: __bootstrap.http.upgradeWebSocket, futime: __bootstrap.fs.futime, futimeSync: __bootstrap.fs.futimeSync, utime: __bootstrap.fs.utime, |