Skip to content

Commit 20730c3

Browse files
committed
fixup
1 parent 5e53436 commit 20730c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.changeset/four-walls-read.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ Ensure that the initial request.signal is passed to the wrapper
88

99
See the changelog in Cloudflare [here](https://developers.cloudflare.com/changelog/2025-05-22-handle-request-cancellation/).
1010

11-
You also need to enable the compatibility flag `enable_request_signal` to use this feature.
12-
1311
**Note:**
14-
If you have a custom worker, you must update your code to pass the original `request.signal` to the handler. You also need to enable the compatibility flag:
12+
If you have a custom worker, you must update your code to pass the original `request.signal` to the handler. You also need to enable the compatibility flag `enable_request_signal` to use this feature.
13+
1514
For example:
1615

1716
```js

0 commit comments

Comments
 (0)