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