Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
EventListenerObject
Interface EventListenerObject<EventType>
interface
EventListenerObject
<
EventType
>
{
handleEvent
(
event
)
:
void
;
}
Type Parameters
EventType
extends
Event
=
Event
Index
Methods
handle
Event
Methods
handle
Event
handle
Event
(
event
)
:
void
Parameters
event
:
EventType
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
handle
Event
@cloudflare/workers-types
Loading...