nomad

@lacrypta/nomad v0.0.0 / MessageCallback

Type Alias: MessageCallback()

type MessageCallback: (data: Record<string, unknown>) => void;

The type of a normal message handler to attach to a VMWorker.

Parameters

data: Record<string, unknown>

The data object transmitted from the VMWorker.

Returns

void

Defined in

worker.ts:37