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.
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.