Skip to main content
Version: Next

WebWorkerEvent enum

Signature

export declare enum WebWorkerEvent

Enumeration Members

Member

Value

Description

Console

"console"

Emitted when the worker calls a console API.

Error

"error"

Emitted when the worker throws an exception.