Documentation
Preparing search index...
@nestia/fetcher
PlainFetcher
propagate
Function propagate
propagate
<
Output
extends
IPropagation
<
any
,
any
>
>
(
connection
:
IConnection
,
route
:
IFetchRoute
<
"HEAD"
|
"GET"
>
,
)
:
Promise
<
Output
>
Type Parameters
Output
extends
IPropagation
<
any
,
any
>
Parameters
connection
:
IConnection
route
:
IFetchRoute
<
"HEAD"
|
"GET"
>
Returns
Promise
<
Output
>
propagate
<
Input
,
Output
extends
IPropagation
<
any
,
any
>
>
(
connection
:
IConnection
,
route
:
IFetchRoute
<
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
>
,
input
?:
Input
,
stringify
?:
(
input
:
Input
)
=>
string
,
)
:
Promise
<
Output
>
Type Parameters
Input
Output
extends
IPropagation
<
any
,
any
>
Parameters
connection
:
IConnection
route
:
IFetchRoute
<
"HEAD"
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
>
Optional
input
:
Input
Optional
stringify
:
(
input
:
Input
)
=>
string
Returns
Promise
<
Output
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...