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

    Interface ExecutionContext

    interface ExecutionContext {
        props: any;
        passThroughOnException(): never;
        waitUntil(promise: Promise<any>): void;
    }
    Index

    Properties

    props: any

    Methods

    • Returns never

    • Parameters

      • promise: Promise<any>

      Returns void