Skip to content
1 min read · 71 words

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

PropertyModifierTypeDescriptionDefined in
messagereadonlystringHuman-readable error message.src/batteries/isolation/browser.ts:38