CommonEngine
Class
A common engine to use to server render an application.
API
class CommonEngine { constructor(options?: CommonEngineOptions | undefined): CommonEngine; render(opts: CommonEngineRenderOptions): Promise<string>;}
constructor
CommonEngine@returns
CommonEnginerender
Promise<string>Render an HTML document for a specific URL with specified render options
@returns
Promise<string>Jump to details