Function: renderToStream()
Estimated reading time: less than 1 minuteTransforms a component tree who may contain Suspense components into a stream of HTML.
Parameters
html
Element | ((rid) => Element)
The component tree to render or a function that returns the component tree.
rid?
string | number
The request id to identify the request, if not provided, a new incrementing id will be used.
Returns
Readable