Modify ↓
Ticket #9478 (closed enhancement: wontfix)
Access to the underlying XMLHttpRequest object from within $.ajax()
| Reported by: | justin.zaun@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | ajax | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm looking for access to the underlying XMLHttpRequest object from with the $.ajax() function. I need access to the .responceBody property in IE to access binary data. See https://gist.github.com/161492 for an example, non-jQuery object that is used to access binary data.
This is only needed in IE to access binary data. In IE, if you use .responceText the data is cut off at the first null character.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Maybe this could be done with a converter for binary?