Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlatformWorkerEventMap

The events that can be dispatched by a runtime agnostic worker thread.

Hierarchy

  • PlatformWorkerEventMap

Index

Properties

error: { error: string | Error }

Type declaration

  • Readonly error: string | Error
exit: { exitCode: number }

Type declaration

  • Readonly exitCode: number
message: PlatformWorkerMessageEvent<unknown>

Generated using TypeDoc