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 errors in IE11 #365

Closed
wants to merge 1 commit into from
Closed

Fix errors in IE11 #365

wants to merge 1 commit into from

Conversation

jhiesey
Copy link

@jhiesey jhiesey commented Sep 24, 2018

  • Polyfill Number.isNaN
  • Don't create Symbol.asyncIterator if Symbol is not defined

Fixes #364

return value !== value;
}
}

// This function is designed to be inlinable, so please take care when making
// changes to the function body.
Copy link
Author

Choose a reason for hiding this comment

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

Right, I totally didn't read this comment. I'll fix this.

* Polyfill Number.isNaN
* Don't create Symbol.asyncIterator if Symbol is not defined

Fixes nodejs#364
@jhiesey
Copy link
Author

jhiesey commented Sep 25, 2018

I cleaned up the isNaN check; this version should be better

@jhiesey
Copy link
Author

jhiesey commented Sep 27, 2018

@mafintosh @mcollina Is there anything else I need to do for this to get merged?

@mcollina mcollina mentioned this pull request Sep 28, 2018
@mcollina
Copy link
Member

mcollina commented Oct 1, 2018

Included in #366

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