Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was 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

@pe8ter

Description

@pe8ter

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions