Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zone.js might not intercept some native node functions #1

Closed
sjelin opened this issue Nov 16, 2016 · 1 comment
Closed

zone.js might not intercept some native node functions #1

sjelin opened this issue Nov 16, 2016 · 1 comment

Comments

@sjelin
Copy link
Owner

sjelin commented Nov 16, 2016

zone.js doesn't look like it does anything about node methods like:

  • process.nextTick (used by q)
  • http/https (used by selenium-webdriver) (it's here)

It's possible zone.js is dealing with these indirectly somehow, but if they aren't then this won't really work for protractor

@sjelin
Copy link
Owner Author

sjelin commented Dec 5, 2016

Fixed when angular/zone.js#516 is in

@sjelin sjelin closed this as completed Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant