vot.js - v2.4.16
Preparing search index...
@vot.js/shared
utils
fetchWithTimeout
Function fetchWithTimeout
fetchWithTimeout
(
url
:
string
|
URL
|
Request
,
options
?:
FetchWithTimeoutOpts
,
)
:
Promise
<
Response
>
Fetch wrapper with timeout support.
Notes:
Respects a user-provided AbortSignal and will abort if either the signal or the timeout triggers.
Parameters
url
:
string
|
URL
|
Request
options
:
FetchWithTimeoutOpts
= ...
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vot.js - v2.4.16
Loading...
Fetch wrapper with timeout support.
Notes: