SongGuess
    Preparing search index...

    Type Alias WorkerGlobalScopeEventMap

    type WorkerGlobalScopeEventMap = {
        fetch: FetchEvent;
        queue: QueueEvent;
        rejectionhandled: PromiseRejectionEvent;
        scheduled: ScheduledEvent;
        unhandledrejection: PromiseRejectionEvent;
    }
    Index

    Properties

    fetch: FetchEvent
    queue: QueueEvent
    rejectionhandled: PromiseRejectionEvent
    scheduled: ScheduledEvent
    unhandledrejection: PromiseRejectionEvent