Skip to content

Commit f416a94

Browse files
committed
fix spacing
1 parent 527952f commit f416a94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.changeset/four-walls-read.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Ensure that the initial request.signal is passed to the wrapper
66

77

8-
98
`request.signal.onabort` is now supported in route handlers. It requires that the signal from the original worker's request is passed to the handler. It will then pass along that `AbortSignal` through the `streamCreator` in the wrapper. This will destroy the response sent to NextServer when a client aborts, thus triggering the signal in the route handler.
109

1110
**Note:**

0 commit comments

Comments
 (0)