Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Adding arraybuffer xhr responseType support #121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

neilcampbell
Copy link

This PR adds ajax arraybuffer xhr responseType support.
I have also built this in a generic way, which means any valid xhr responseType (given the target browser supports it) can be used now.

@neilcampbell
Copy link
Author

Also should I be committing an updated dist and modules directory?

@@ -472,7 +559,7 @@
// Should not happen
ok(false);
},
function (x) {
function (x) {

Choose a reason for hiding this comment

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

Did you noticed those spaces?

Copy link
Author

Choose a reason for hiding this comment

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

No I didn't, sorry about that will get that fixed.

Copy link
Author

Choose a reason for hiding this comment

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

Fixed

@paulpdaniels
Copy link
Contributor

No don't commit to module and dist. Just include src file changes

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

3 participants