Skip to content

@stephansama packages / @stephansama/typed-events / broadcast / TypedBroadcastChannelError

Class: TypedBroadcastChannelError

Defined in: broadcast.ts:15

Extends

Constructors

Constructor

ts
new TypedBroadcastChannelError(id, issues): TypedBroadcastChannelError;

Defined in: broadcast.ts:16

Parameters

id

string

issues

readonly Issue[]

Returns

TypedBroadcastChannelError

Overrides

ValidatorError.constructor

Released under MIT license