mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -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"} */
|
||||
hostname?: string;
|
||||
/** The transport layer protocol to use. */
|
||||
transport?: "tcp";
|
||||
/** An {@linkcode AbortSignal} to close the tcp connection. */
|
||||
signal?: AbortSignal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue