GitHub
npm
Preparing search index...
The search index is not available
aws-appsync-js - v1.0.1
aws-appsync-js
FetchLike
Type Alias FetchLike
FetchLike
:
(
input
:
string
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Fetch implementation. Defaults to the global
fetch
.
Type declaration
(
input
:
string
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
input
:
string
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
aws-appsync-js - v1.0.1
Loading...
Fetch implementation. Defaults to the global
fetch.