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

Support DOMException constructor #938

Closed
mcalmus opened this issue May 21, 2021 · 5 comments · Fixed by #991
Closed

Support DOMException constructor #938

mcalmus opened this issue May 21, 2021 · 5 comments · Fixed by #991

Comments

@mcalmus
Copy link

mcalmus commented May 21, 2021

It would be nice to have the DOMException constructor polyfilled for IE.

Found an imlementation in fetch.js https://github.com/github/fetch/blob/master/fetch.js#L487

@zloirock
Copy link
Owner

At this moment, DOMException is not in the scope of core-js. core-js provide only polyfills for ECMAScript features and closely related cross-platform features from web standards. However, in the future, this position can be changed.

@mcalmus
Copy link
Author

mcalmus commented May 21, 2021

I thought that might be the case, but I thought having an issue here in case someone Googled it might be useful.

@zloirock
Copy link
Owner

Thanks, it could be useful in the future.

@zloirock
Copy link
Owner

It's required for #969 / #984, so let's reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants