File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/content/compatibility-flags Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ provided to enable the fix.
1919
2020The fix is enabled by default with compatibility dates of 2024-12-16 or later.
2121
22- To restore the original buggy backpressure logic, disable the fix using the
22+ To restore the original backpressure logic, disable the fix using the
2323` original-transform-stream-backpressure ` flag.
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ disable_flag: "do_not_set_tostring_tag"
1212---
1313
1414A change was made to set the Symbol.toStringTag on all Workers API objects
15- in order to fix several spec compliance bugs. Unfortunately it turns out
16- that was more breaking than expected . The ` do_not_set_tostring_tag ` compat
15+ in order to fix several spec compliance bugs. Unfortunately,
16+ this change was more breaking than anticipated . The ` do_not_set_tostring_tag ` compat
1717flag restores the original behavior with compatibility dates of 2024-09-26 or earlier.
You can’t perform that action at this time.
0 commit comments