Reference

RenderToReadableStreamOptions

Options for rendering HTML to a WHATWG readable stream.

Signature

interface RenderToReadableStreamOptions

Members

bootstrapModules?: string | BootstrapScriptDescriptor[]
bootstrapScriptContent?: string
bootstrapScripts?: string | BootstrapScriptDescriptor[]
formState?: unknown
headersLengthHint?: number
identifierPrefix?: string
importMap?: ReactImportMap
namespaceURI?: string
nonce?: string
progressiveChunkSize?: number
signal?: AbortSignal
function onError(error: unknown, errorInfo?: { componentStack: string }): string | void
function onHeaders(headers: Headers): void