Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
WorkerGlobalScopeEventMap
Type alias WorkerGlobalScopeEventMap
Worker
Global
Scope
Event
Map
:
{
fetch
:
FetchEvent
;
queue
:
QueueEvent
;
rejectionhandled
:
PromiseRejectionEvent
;
scheduled
:
ScheduledEvent
;
unhandledrejection
:
PromiseRejectionEvent
;
}
Type declaration
fetch
:
FetchEvent
queue
:
QueueEvent
rejectionhandled
:
PromiseRejectionEvent
scheduled
:
ScheduledEvent
unhandledrejection
:
PromiseRejectionEvent
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cloudflare/workers-types
Loading...