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

fix: add check for using Error.captureStackTrace #27

Merged
merged 2 commits into from
Nov 10, 2021
Merged

Conversation

matthewpull
Copy link
Contributor

This fixes #26.

A single line is changed, to wrap the call to Error.captureStackTrace(err, $fetchRaw) in a existence-check, as other libraries do to maintain compatibility with non-Chromium browsers.

@pi0 pi0 changed the title Prevent "TypeError: Error.captureStackTrace is not a function" issue fix: add check for using Error.captureStackTrace Nov 10, 2021
@pi0 pi0 changed the title fix: add check for using Error.captureStackTrace fix: add check for using Error.captureStackTrace Nov 10, 2021
@pi0 pi0 merged commit 0c55e1e into unjs:main Nov 10, 2021
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

Successfully merging this pull request may close these issues.

TypeError: Error.captureStackTrace is not function
2 participants