Config object passed to initialize the platform.
interface PlatformConfig { document?: string | undefined; url?: string | undefined;}
string | undefined
The initial DOM to use to bootstrap the server application. @default create a new DOM using Domino
The URL for the current application state. This is used for initializing the platform's location. protocol, hostname, and port.
protocol
hostname
port