We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1a46d commit 8fe7810Copy full SHA for 8fe7810
packages/react-server/src/ReactFizzServer.js
@@ -908,9 +908,6 @@ function flushCompletedQueues(request: Request): void {
908
}
909
910
911
-// TODO: Expose a way to abort further processing, without closing the connection from the outside.
912
-// This would put all waiting boundaries into client-only mode.
913
-
914
export function startWork(request: Request): void {
915
scheduleWork(() => performWork(request));
916
0 commit comments