HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

timeout

Description

The timeout of AbortSignal for JS returns an AbortSignal instance which will be aborted in milliseconds milliseconds. Its abort reason will be set to a "TimeoutError" DOMException.

Syntax

AbortSignal.timeout(milliseconds)

Parameters

milliseconds

A unit of time. One millisecond is equal to one thousandth of a second.

Examples

1