Skip to content

@flarelog/sdk


@flarelog/sdk / ExecutionContextLike

Interface: ExecutionContextLike

Defined in: types.ts:270

Execution context shape used by Cloudflare Workers and similar runtimes. waitUntil is optional to allow graceful degradation in test/custom environments.

Methods

waitUntil()?

optional waitUntil(promise): void

Defined in: types.ts:271

Parameters

promise

Promise<unknown>

Returns

void


passThroughOnException()?

optional passThroughOnException(): void

Defined in: types.ts:272

Returns

void

Released under the MIT License.