BrowserAppModule
PackageAxial.Hosting.Browser
Browser ownership and AbortSignal integration for root Flow applications.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| mount | BrowserApp.mount environment application | Starts an application owned explicitly by the calling UI or browser module. |
| startWithSignal | BrowserApp.startWithSignal signal environment application | Starts an application and translates an AbortSignal into coordinated application stop. |
Starts an application owned explicitly by the calling UI or browser module.
Parameters
| Name | Type | Description |
|---|---|---|
| environment | 'env | |
| application | Flow<'env, 'error, 'value> |
Returns
AppHandle<'error, 'value>

