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

IE bugs #151

Open
noidontdig opened this issue Aug 13, 2014 · 0 comments · May be fixed by #152
Open

IE bugs #151

noidontdig opened this issue Aug 13, 2014 · 0 comments · May be fixed by #152

Comments

@noidontdig
Copy link

https://github.com/ded/reqwest/blob/master/reqwest.js#L414 throws in IE because catch is a reserved word http://msdn.microsoft.com/en-us/library/ie/0779sbks(v=vs.94).aspx

  , catch: function (fn) {
      return this.fail(fn)
    }

https://github.com/ded/reqwest/blob/master/reqwest.js#L297 throws in IE8 when resp is undefined

var type = o['type'] || setType(resp.getResponseHeader('Content-Type'))
noidontdig added a commit to noidontdig/reqwest that referenced this issue Aug 13, 2014
@noidontdig noidontdig linked a pull request Aug 13, 2014 that will close this issue
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 a pull request may close this issue.

1 participant