Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
ExportedHandlerFetchHandler
Type alias ExportedHandlerFetchHandler<Env, CfHostMetadata>
Exported
Handler
Fetch
Handler
<
Env
,
CfHostMetadata
>
:
(
(
request
,
env
,
ctx
)
=>
Response
|
Promise
<
Response
>
)
Type Parameters
Env
=
unknown
CfHostMetadata
=
unknown
Type declaration
(
request
,
env
,
ctx
)
:
Response
|
Promise
<
Response
>
Parameters
request
:
Request
<
CfHostMetadata
,
IncomingRequestCfProperties
<
CfHostMetadata
>
>
env
:
Env
ctx
:
ExecutionContext
Returns
Response
|
Promise
<
Response
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cloudflare/workers-types
Loading...