property CloudflarePluginOptions.waitUntil

The platform's background-work sink, from import { waitUntil } from 'cloudflare:workers' (available from compatibility date 2025-08-08).

Omitting it leaves bindings.waitUntil() running the promise without extending the invocation — correct off Cloudflare Workers, and a silent truncation risk on it, so pass it whenever deploying to Workers.

Type

Usage

import { type CloudflarePluginOptions } from "cloudflare-plugin/src/index.ts";