mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
docs: be explicit in the unit of time of delay in setTimeout (#19207)
This commit is contained in:
parent
ffd3ed9b8a
commit
19f1823e44
1 changed files with 1 additions and 1 deletions
2
cli/tsc/dts/lib.deno.shared_globals.d.ts
vendored
2
cli/tsc/dts/lib.deno.shared_globals.d.ts
vendored
|
@ -348,7 +348,7 @@ declare namespace WebAssembly {
|
||||||
export function validate(bytes: BufferSource): boolean;
|
export function validate(bytes: BufferSource): boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Sets a timer which executes a function once after the timer expires. Returns
|
/** Sets a timer which executes a function once after the delay (in milliseconds) elapses. Returns
|
||||||
* an id which may be used to cancel the timeout.
|
* an id which may be used to cancel the timeout.
|
||||||
*
|
*
|
||||||
* ```ts
|
* ```ts
|
||||||
|
|
Loading…
Reference in a new issue