You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Hello, I'm using zone.js in an node app and a module chains calls to removeAllListeners(). The patched version of removeAllListeners() doesn't seem to return the EventEmitter.
The following code breaks:
Hello, I'm using zone.js in an node app and a module chains calls to removeAllListeners(). The patched version of removeAllListeners() doesn't seem to return the EventEmitter.
The following code breaks:
Here's my
zone.js
setup code:Am I missing something?
The text was updated successfully, but these errors were encountered: