SongGuess
    Preparing search index...

    Interface ExecutionContext<Props>

    interface ExecutionContext<Props = unknown> {
        cache?: CacheContext;
        exports: Cloudflare.Exports;
        props: Props;
        tracing?: Tracing;
        passThroughOnException(): void;
        waitUntil(promise: Promise<any>): void;
    }

    Type Parameters

    • Props = unknown
    Index

    Properties

    cache?: CacheContext
    props: Props
    tracing?: Tracing

    Methods

    • Returns void

    • Parameters

      • promise: Promise<any>

      Returns void