1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

add document

This commit is contained in:
Yoshiya Hinosawa 2024-12-10 18:18:27 +09:00
parent 81690762cd
commit 6727d23799
No known key found for this signature in database
GPG key ID: 9017DB4559488785

View file

@ -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;
}