Skip to main content

workers/runtime/emitEvent

@arolariu/website


@arolariu/website / workers/runtime/emitEvent

workers/runtime/emitEvent

Fileoverview

Worker-side helper for emitting events over the side channel.

Remarks

Workers send {kind, ...} messages to the parent over a dedicated MessagePort that the host receives separately from the RPC channel. Telemetry is best-effort: a failure to post must never propagate.

Functions

// was this page useful?