This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
Calling fetch() with no arguments prevents page from loading when Chrome Developer Tools are open #439
Comments
Bootstrapping in Edge in the Anniversary Update fails entirely. Steps to reproduce: Open the Angular2 issue template's starting point Plunker (ouch...) |
Closing as dupe of #436 |
mhevery
added a commit
to mhevery/zone.js
that referenced
this issue
Sep 14, 2016
mhevery
added a commit
to mhevery/zone.js
that referenced
this issue
Sep 14, 2016
mhevery
added a commit
that referenced
this issue
Sep 14, 2016
I'm still getting paused by this error in 0.6.23 release. |
@pe8ter please open a new issue with new repro steps, as this repro steps no longer cause the issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On this line there appears to be an on-purpose erroneous call to
fetch()
which normally requires an argument:This error causes the Chrome Developer Tools to pause which means my page won't load. I realize I can turn off the Pause on Exceptions flag but then I can't use that feature for my own code. It's not ideal to miss possible exceptions because a dependency forces me to disable this browser feature.
The text was updated successfully, but these errors were encountered: