@shopify/oxygen-workers-types
    Preparing search index...

    Type Alias WorkerGlobalScopeEventMap

    type WorkerGlobalScopeEventMap = {
        fetch: FetchEvent;
        rejectionhandled: PromiseRejectionEvent;
        unhandledrejection: PromiseRejectionEvent;
    }
    Index

    Properties

    fetch: FetchEvent
    rejectionhandled: PromiseRejectionEvent
    unhandledrejection: PromiseRejectionEvent