Skip to main content
property Domain.prototype.members

An array of timers and event emitters that have been explicitly added to the domain.

Type

Array<EventEmitter | Timer>
Back to top