The name of the callback function that should be exposed by the environment for renderable code to use when registering for rendering.
Perform any additional environment setup.
This method gets access to the actual environment in which code will execute. Be careful what you do.
The URL that is to be rendered.
An API of utilities for assisting with the render operation.
Optional
vmContext: anyThe actual environment that is being setup.
A promise that the additional setup is done.
Get the list of file URLs to retrieve and execute for the given request.
The URL that is to be rendered.
An API of utilities for assisting with the render operation.
Function to fetch a URL. Using this ensures proper tidy-up of associated sockets and agents.
An ordered array of absolute URLs for the JavaScript files that are to be executed. These are exectued in the same order as the array.
Get a JSDOM resource loader for the given render request.
The URL that is to be rendered.
An API of utilities for assisting with the render operation.
A ResourceLoader instance for use with JSDOM that can optionally have a close() method, which will be invoked when the render completes.
Generated using TypeDoc
Configuration for a JSDOM environment.