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

Ie11 configurable #386

Merged
merged 9 commits into from Sep 17, 2018
Merged

Ie11 configurable #386

merged 9 commits into from Sep 17, 2018

Conversation

thomaswilburn
Copy link
Contributor

Set a couple of properties as configurable to prevent IE from freaking out about them.

Unlike other browsers, IE does not check property values when redefining
non-configurable properties, and simply throws whether they're the same
or not. This sets configurable: true early, since the list overwrites
some of its symbols during construction.
Functions don't have a name property in IE, we shouldn't rely on
constant strings for this. Also removed the second test which does
exactly the same thing as the first, but changes the name.
@thomaswilburn thomaswilburn merged commit e845796 into master Sep 17, 2018
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.

None yet

2 participants