Version:
function
sleep
typescript
sleep(ms: number, signal?: AbortSignal): Promise<void>Parameters
| Name | Type | Description |
|---|---|---|
ms | number | - |
signal? | AbortSignal | - |
Returns
Promise<void>Was this page helpful?
sleep(ms: number, signal?: AbortSignal): Promise<void>| Name | Type | Description |
|---|---|---|
ms | number | - |
signal? | AbortSignal | - |
Promise<void>Was this page helpful?