Vinyl
Preparing search index...
@amzn/vinyl-util
Fetch
Type Alias Fetch
Fetch
:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
The signature of
window.fetch
. Provided as a dependency for testing.
Type declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Vinyl
Loading...
The signature of
window.fetch. Provided as a dependency for testing.