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.
rsc-html-stream
1 parent 7223093 commit dd6559dCopy full SHA for dd6559d
packages/plugin-rsc/src/rsc-html-stream/browser.ts
@@ -1,4 +1,5 @@
1
import * as rscHtmlStreamClient from 'rsc-html-stream/client'
2
3
+/** @deprecated use `rsc-html-stream/client` instead */
4
export const getRscStreamFromHtml = (): ReadableStream<Uint8Array> =>
5
rscHtmlStreamClient.rscStream
packages/plugin-rsc/src/rsc-html-stream/ssr.ts
@@ -1,5 +1,6 @@
import * as rscHtmlStreamServer from 'rsc-html-stream/server'
+/** @deprecated use `rsc-html-stream/server` instead */
export const injectRscStreamToHtml = (
stream: ReadableStream<Uint8Array>,
6
options?: { nonce?: string },
0 commit comments