Skip to content

AsyncOptions

AsyncOptions = object

Defined in: Composition/tap.ts:84

Configuration options for tap.async.

readonly optional onError?: (error) => void

Defined in: Composition/tap.ts:89

A callback to handle exceptions thrown by the async side-effect. Defaults to logging via console.error.

unknown

void