We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7464901 commit 8fe1e78Copy full SHA for 8fe1e78
packages/start/src/server/handler.ts
@@ -114,7 +114,7 @@ export function createBaseHandler(
114
115
// using TransformStream in dev can cause solid-start-dev-server to crash
116
// when stream is cancelled
117
- // send fast node streams (for now this is only available in nodejs)
+ // send fast node streams
118
// @ts-expect-error
119
if (e.runtime?.name === "node") return new FastResponse(stream);
120
0 commit comments