Reference
RenderToReadableStreamOptions
Options for rendering HTML to a WHATWG readable stream.
Signature
interface RenderToReadableStreamOptionsMembers
bootstrapModules?: string | BootstrapScriptDescriptor[]bootstrapScriptContent?: stringbootstrapScripts?: string | BootstrapScriptDescriptor[]formState?: unknownheadersLengthHint?: numberidentifierPrefix?: stringimportMap?: ReactImportMapnamespaceURI?: stringnonce?: stringprogressiveChunkSize?: numbersignal?: AbortSignalfunction onError(error: unknown, errorInfo?: { componentStack: string }): string | voidfunction onHeaders(headers: Headers): void