diff options
author | Leo K <crowlkats@toaxl.com> | 2021-07-08 13:33:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 13:33:01 +0200 |
commit | 5e092b19fe113bdecd36b4e0184c82f4b3343bca (patch) | |
tree | ff2799d9d40812fd5755271a8c0ec94e304ad14a /runtime/js | |
parent | 215f6f2c9e0522c7c8d794f35713225884540cd7 (diff) |
feat(runtime/http): server side websocket support (#10359)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Luca Casonato <hello@lcas.dev>
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, |