Reference
RenderToPipeableStreamOptions
Options for rendering HTML to a pipeable stream.
Signature
interface RenderToPipeableStreamOptionsMembers
bootstrapModules?: string | BootstrapScriptDescriptor[]bootstrapScriptContent?: stringbootstrapScripts?: string | BootstrapScriptDescriptor[]formState?: unknownheadersLengthHint?: numberidentifierPrefix?: stringimportMap?: ReactImportMapnamespaceURI?: stringnonce?: stringprogressiveChunkSize?: numberfunction onAllReady(): voidfunction onError(error: unknown, errorInfo?: { componentStack: string }): string | voidfunction onHeaders(headers: Headers): voidfunction onShellError(error: unknown): voidfunction onShellReady(): void