Documentation
Preparing search index...
Client
FetchCommand
Class FetchCommand<Context>
Wraps the Fetch Request class with a Command.
Type Parameters
Context
extends
object
=
object
Hierarchy (
View Summary
)
Command
<
Request
,
Response
,
Context
>
FetchCommand
Index
Constructors
constructor
Properties
input
middleware
Constructors
constructor
new
FetchCommand
<
Context
extends
object
=
object
>
(
url
:
string
|
Request
|
URL
,
options
?:
RequestInit
,
)
:
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
input
middleware
Documentation
Loading...
Wraps the Fetch Request class with a Command.