EventsOnceOptions

data class EventsOnceOptions(val signal: AbortSignal? = null)

Node: Events Once Options

Options which can be passed to the events.once method.

Constructors

Link copied to clipboard
constructor(signal: AbortSignal? = null)

Properties

Link copied to clipboard
val signal: AbortSignal? = null

Can be used to cancel waiting for the event.