Node.js-specific extension to the EventTarget
class that emulates the equivalent EventEmitter
API. The only difference between addListener()
and addEventListener()
is that addListener()
will return a reference to the EventTarget
.
method
worker_threads.MessagePort.addListener
event: 'close',
): this;