Skip to main content

remove

method Domain.prototype.remove
Jump to headingDomain.prototype.remove(emitter: EventEmitter | Timer): void

The opposite of add. Removes domain handling from the specified emitter.

Parameters Jump to heading

Jump to headingemitter: EventEmitter | Timer

emitter or timer to be removed from the domain

Return Type Jump to heading

void
Back to top