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

Don't use utils.forEach to loop over arguments #127

Merged
merged 1 commit into from
Oct 28, 2015

Conversation

ctimmerm
Copy link
Contributor

Since #91 IE8 support has been broken.
This fixes it by not using utils.forEach to loop over arguments (since in IE8 you can't reliably detect if a variable is an arguments object).

@mzabriskie
Copy link
Member

@ctimmerm would you mind rebasing your branch from master?

This fixes IE8 support, where we cannot relialably detect an arguments
object.
@ctimmerm
Copy link
Contributor Author

@mzabriskie done.

mzabriskie added a commit that referenced this pull request Oct 28, 2015
Don't use utils.forEach to loop over arguments
@mzabriskie mzabriskie merged commit ed4a39a into axios:master Oct 28, 2015
@axios axios locked and limited conversation to collaborators May 4, 2020
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.

None yet

2 participants