Skip to content

Conversation

@noidontdig
Copy link

Fixes #151

@ironsidevsquincy
Copy link
Contributor

👍, this is tripping us up to - dunno if it's safe to remove catch though - could just wrap quotes around it

, 'catch': function (fn) {

Copy link
Contributor

Choose a reason for hiding this comment

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

means o['type'] will always be thrown away in favour of the response's type, whereas previously it trumped it. Maybe something (ugly) like

var type = o['type'] || ( resp && setType(resp.getResponseHeader('Content-Type')))

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.

IE bugs

3 participants