Open neilcampbell opened 8 years ago
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.
Also should I be committing an updated dist and modules directory?
No don't commit to module and dist. Just include src file changes
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.