Skip to content

Commit 134806a

Browse files
authored
[workers] Update enable_date for enable_ctx_exports compat flag. (#26258)
As set in: cloudflare/workerd#5455
1 parent 3765d47 commit 134806a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/compatibility-flags/enable-ctx-exports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ _build:
55
list: never
66

77
name: "Enable ctx.exports"
8-
sort_date: "2025-09-24"
8+
sort_date: "2025-11-17"
9+
enable_date: "2025-11-17"
910
enable_flag: "enable_ctx_exports"
11+
disable_flag: "disable_ctx_exports"
1012
---
1113

1214
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.
13-
14-
We may change this API to be enabled by default in the future (regardless of compat date or flags).

0 commit comments

Comments
 (0)