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 was archived by the owner on Feb 26, 2024. It is now read-only.
As said in a previous issue, I'm currently working on a zone.js wrapper for Node designed to provide isolation for HTTP request handlers.
I'm working in Node 7.8, which supports native async/await.
Unless I'm doing something wrong, zone.js doesn't seem to interop nicely with native async functions.