From 5e092b19fe113bdecd36b4e0184c82f4b3343bca Mon Sep 17 00:00:00 2001 From: Leo K Date: Thu, 8 Jul 2021 13:33:01 +0200 Subject: feat(runtime/http): server side websocket support (#10359) Co-authored-by: Nayeem Rahman Co-authored-by: Luca Casonato --- runtime/js/90_deno_ns.js | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/js') 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, -- cgit v1.2.3