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(IE10): Remove dependency on Object.setPrototypeOf #3967

Merged
merged 1 commit into from
Jul 28, 2018

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jul 28, 2018

This reimplements all Error types as ES5 classes, and types them with TypeScript such that
we no longer need to rely on Object.setPrototypeOf, which was causing issues for users who had not
polyfilled it properly in IE10.

fixes #3966

This reimplements all Error types as ES5 classes, and types them with TypeScript such that
we no longer need to rely on Object.setPrototypeOf, which was causing issues for users who had not
polyfilled it properly in IE10.

fixes ReactiveX#3966
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 96.737% when pulling 08326ea on benlesh:es5-errors into 310b9f5 on ReactiveX:master.

Copy link
Member

@kwonoj kwonoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh..oh.. IE10? Not even 11?😓

@benlesh benlesh merged commit 5c52a73 into ReactiveX:master Jul 28, 2018
@croso-df
Copy link

Has this been released already? I can still see setPrototypeOf in 6.2.2

@lock lock bot locked as resolved and limited conversation to collaborators Sep 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Object.setPrototypeOf not available in IE10
4 participants