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 does not have Function.name defined #9

Merged
merged 1 commit into from
Apr 7, 2019

Conversation

raido
Copy link
Contributor

@raido raido commented Apr 7, 2019

This means Object.getOwnPropertyDescriptor() will return undefined.

You can set the Function.name property on IE11 but I am not sure that it does what it does in other browsers. It's not changing actual method name.

This means Object.getOwnPropertyDescriptor() will return undefined.
@pzuraq pzuraq merged commit 0b165bf into ember-polyfills:master Apr 7, 2019
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.

2 participants