fix(server-renderer): pipeToWebWritable CF worker compat

fix #4287
This commit is contained in:
Evan You
2021-08-10 11:46:44 -04:00
parent e04680b0aa
commit 2224610b0b
2 changed files with 23 additions and 19 deletions

View File

@@ -92,8 +92,7 @@ Renders input as a [Web ReadableStream](https://developer.mozilla.org/en-US/docs
```ts
function renderToWebStream(
input: App | VNode,
context?: SSRContext,
Ctor?: { new (): ReadableStream }
context?: SSRContext
): ReadableStream
```