nomad

@lacrypta/nomad v0.0.0 / ErrorCallback

Type Alias: ErrorCallback()

type ErrorCallback: (error: Error) => void;

The type of an error handler to attach to a VMWorker.

Parameters

error: Error

The Error being thrown from within the VMWorker.

Returns

void

Defined in

worker.ts:44