Interface: BrowserErrorEvent
Defined in: src/batteries/isolation/browser.ts:36
Minimal subset of the DOM ErrorEvent interface this module touches — fired on a Worker instance when an uncaught error escapes the worker's top-level scope.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
message | readonly | string | Human-readable error message. | src/batteries/isolation/browser.ts:38 |