mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
parent
e22ebc6b6b
commit
a55f0eb2fc
5 changed files with 82 additions and 5 deletions
6
cli/tsc/dts/lib.deno.ns.d.ts
vendored
6
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -4989,6 +4989,12 @@ declare namespace Deno {
|
|||
* @default {53} */
|
||||
port?: number;
|
||||
};
|
||||
/**
|
||||
* An abort signal to allow cancellation of the DNS resolution operation.
|
||||
* If the signal becomes aborted the resolveDns operation will be stopped
|
||||
* and the promise returned will be rejected with an AbortError.
|
||||
*/
|
||||
signal?: AbortSignal;
|
||||
}
|
||||
|
||||
/** If {@linkcode Deno.resolveDns} is called with `"CAA"` record type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue