mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
feat(net): add Deno.UnixConn interface (#13787)
This commit is contained in:
parent
d1db500cda
commit
060dabee4c
3 changed files with 19 additions and 11 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -1053,7 +1053,7 @@ declare namespace Deno {
|
|||
): Promise<TcpConn>;
|
||||
export function connect(
|
||||
options: UnixConnectOptions,
|
||||
): Promise<Conn>;
|
||||
): Promise<UnixConn>;
|
||||
|
||||
export interface ConnectTlsOptions {
|
||||
/** PEM formatted client certificate chain. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue