feat: stabilise Deno.upgradeWebSocket (#12024)

This commit is contained in:
Bartek Iwańczuk 2021-09-13 14:06:12 +02:00 committed by GitHub
parent 3ef23e25c6
commit a95ca9dc70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 48 deletions

View file

@ -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,