RunInit
Summary
Options for starting the client runtime with run.
Signature
interface RunInit {
loadModule: LoadModule
resolveFrame?: ResolveFrame
}
Properties
loadModule
Loads the named browser module export for a hydrated clientEntry().
Implementations usually call dynamic import(moduleUrl) and return
mod[exportName].
resolveFrame
Resolves browser-loaded <Frame> content.
Defaults to fetching the frame source as HTML with the submitted form data, method, encoding, and abort signal.