Function: getBrowserContent()
Function: getBrowserContent()
function getBrowserContent(
app,
component,
layout,
snapshot,
head?): BrowserResponseContent;
Get the browser content.
Parameters
app
ReactNode
The app component to render.
component
ReactNode
The component to render.
layout
any
The layout to use.
snapshot
The response snapshot.
head?
HeadContext
The head context.
Returns
The browser response content.