Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/compatibility-flags/enable-ctx-exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ _build:
list: never

name: "Enable ctx.exports"
sort_date: "2025-09-24"
sort_date: "2025-11-17"
enable_date: "2025-11-17"
enable_flag: "enable_ctx_exports"
disable_flag: "disable_ctx_exports"
---

This flag enables [the `ctx.exports` API](/workers/runtime-apis/context/#exports), which contains automatically-configured loopback bindings for your Worker's top-level exports. This allows you to skip configuring explicit bindings for your `WorkerEntrypoint`s and Durable Object namespaces defined in the same Worker.

We may change this API to be enabled by default in the future (regardless of compat date or flags).