Function: isSSR()
Function: isSSR()
function isSSR(blueprint, event): boolean;
Determines if the application is using server-side rendering.
Parameters
blueprint
IBlueprint
The blueprint object.
event
IncomingEvent
The incoming event.
Returns
boolean
True if the application is using server-side rendering.