Optional
devtoolsIf true
then executors are registered in the devtools extension.
true
Optional
executorFilters executors that must be hydrated on the client with the state that was accumulated during SSR.
By default, only executors that were fulfilled during SSR are hydrated on the client.
The executor to check.
true
if the executor must be hydrated on the client, or false
otherwise.
Optional
keySerializes executor keys.
The serialized key form can be anything. If you want to use object identities as executor keys, provide an identity function as a serializer.
The key to serialize.
JSON.stringify
Optional
nonceA nonce string to allow scripts for
script-src
Content-Security-Policy.
Optional
pluginsPlugins that are applied to all executors.
Optional
stateStringifies an executor state before it is sent to the client.
The executor state to stringify.
JSON.stringify
Options provided to the SSRExecutorManager constructor.