Skip to content

ui-router-server / fetch / FetchHandler

Type Alias: FetchHandler

ts
type FetchHandler = (request) => Promise<
  | Response
| null>;

Defined in: fetch.ts:41

The WinterCG handler: a verdict answered, or null to pass to the host.

Parameters

ParameterType
requestRequest

Returns

Promise< | Response | null>