mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
feat: stabilize Deno.startTls (#12581)
This commit stabilizes `Deno.startTls` and removes `certFile` from the `StartTlsOptions`.
This commit is contained in:
parent
8e0fd1dca1
commit
b7341438f2
5 changed files with 34 additions and 71 deletions
|
@ -88,6 +88,7 @@
|
|||
listen: __bootstrap.net.listen,
|
||||
connectTls: __bootstrap.tls.connectTls,
|
||||
listenTls: __bootstrap.tls.listenTls,
|
||||
startTls: __bootstrap.tls.startTls,
|
||||
shutdown: __bootstrap.net.shutdown,
|
||||
fstatSync: __bootstrap.fs.fstatSync,
|
||||
fstat: __bootstrap.fs.fstat,
|
||||
|
@ -125,7 +126,6 @@
|
|||
listen: __bootstrap.netUnstable.listen,
|
||||
connect: __bootstrap.netUnstable.connect,
|
||||
listenDatagram: __bootstrap.netUnstable.listenDatagram,
|
||||
startTls: __bootstrap.tls.startTls,
|
||||
umask: __bootstrap.fs.umask,
|
||||
futime: __bootstrap.fs.futime,
|
||||
futimeSync: __bootstrap.fs.futimeSync,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue