Skip to content

Commit e49e6fd

Browse files
authored
Update src/content/compatibility-flags/streams-transform-backpressure.md
1 parent 3c1abbe commit e49e6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/streams-transform-backpressure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Unfortunately, the fix can cause existing code written to address the bug to
1717
fail. Therefore, the `fixup-transform-stream-backpressure` compat flag is
1818
provided to enable the fix.
1919

20-
The fix is enabled by default for compatibility dates on or after 2024-12-16.
20+
The fix is enabled by default with compatibility dates of 2024-12-16 or later.
2121

2222
To restore the original buggy backpressure logic, disable the fix using the
2323
`original-transform-stream-backpressure` flag.

0 commit comments

Comments
 (0)