Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
ExportedHandlerTraceHandler
Type alias ExportedHandlerTraceHandler<Env>
Exported
Handler
Trace
Handler
<
Env
>
:
(
(
traces
,
env
,
ctx
)
=>
void
|
Promise
<
void
>
)
Type Parameters
Env
=
unknown
Type declaration
(
traces
,
env
,
ctx
)
:
void
|
Promise
<
void
>
Parameters
traces
:
TraceItem
[]
env
:
Env
ctx
:
ExecutionContext
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cloudflare/workers-types
Loading...