Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Calling fetch() with no arguments prevents page from loading when Chrome Developer Tools are open #439

Closed
pe8ter opened this issue Sep 13, 2016 · 5 comments
Assignees

Comments

@pe8ter
Copy link

pe8ter commented Sep 13, 2016

On this line there appears to be an on-purpose erroneous call to fetch() which normally requires an argument:

const fetchPromise = global['fetch']();

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.

@Tragetaschen
Copy link

Tragetaschen commented Sep 14, 2016

Bootstrapping in Edge in the Anniversary Update fails entirely.

Steps to reproduce: Open the Angular2 issue template's starting point Plunker (ouch...)

@jeffbcross
Copy link
Contributor

Closing as dupe of #436

@jramstedt
Copy link

I'm still getting paused by this error in 0.6.23 release.

@pe8ter
Copy link
Author

pe8ter commented Sep 26, 2016

This bug still occurs in Zone.js version 0.6.25, but both this issue and #436 are closed. Since that issue deals with MS Edge and this one is Chrome-only I think this issue should be reopened.

EDIT: I see there's another newer issue open: #446

@mhevery
Copy link
Contributor

mhevery commented Sep 30, 2016

@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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants