domain.remove(emitter)
-
emitter<EventEmitter> | <Timer> emitter or timer to be removed from the domain
The opposite of domain.add(emitter). Removes domain handling from the specified emitter.
domain.remove(emitter)
emitter <EventEmitter> | <Timer> emitter or timer to be removed from the domainThe opposite of domain.add(emitter). Removes domain handling from the specified emitter.
Please login to continue.