Class FetchCommand<Context>

Wraps the Fetch Request class with a Command.

Type Parameters

  • Context extends object = object

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

input: Request
middleware: MiddlewareStack<Request, Response, Context> = ...