ngify
Preparing search index...
@ngify/http
index
withFetch
Function withFetch
withFetch
(
fetchImpl
?:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
,
)
:
{
kind
:
Backend
;
value
:
HttpFetchBackend
}
Parameters
Optional
fetchImpl
:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
Request
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Returns
{
kind
:
Backend
;
value
:
HttpFetchBackend
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ngify
Loading...
MDN Reference