mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
add document
This commit is contained in:
parent
81690762cd
commit
6727d23799
1 changed files with 2 additions and 0 deletions
2
ext/net/lib.deno_net.d.ts
vendored
2
ext/net/lib.deno_net.d.ts
vendored
|
@ -289,7 +289,9 @@ declare namespace Deno {
|
||||||
*
|
*
|
||||||
* @default {"127.0.0.1"} */
|
* @default {"127.0.0.1"} */
|
||||||
hostname?: string;
|
hostname?: string;
|
||||||
|
/** The transport layer protocol to use. */
|
||||||
transport?: "tcp";
|
transport?: "tcp";
|
||||||
|
/** An {@linkcode AbortSignal} to close the tcp connection. */
|
||||||
signal?: AbortSignal;
|
signal?: AbortSignal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue