Preparing search index...
The search index is not available
Documentation
Documentation
Client
FetchCommand
Class FetchCommand<Context>
Wraps the Fetch Request class with a Command.
Type Parameters
Context
extends
object
=
object
Hierarchy (
view full
)
Command
<
Request
,
Response
,
Context
>
FetchCommand
Index
Constructors
constructor
Properties
input
middleware
Constructors
constructor
new
Fetch
Command
<
Context
>
(
url
,
options
?
)
:
FetchCommand
<
Context
>
Type Parameters
Context
extends
object
=
object
Parameters
url
:
string
|
Request
|
URL
Optional
options
:
RequestInit
Returns
FetchCommand
<
Context
>
Properties
input
input
:
Request
Readonly
middleware
middleware
:
MiddlewareStack
<
Request
,
Response
,
Context
>
= ...
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
input
middleware
Documentation
Loading...
Wraps the Fetch Request class with a Command.