Opened 12 years ago
Closed 12 years ago
#9478 closed enhancement (wontfix)
Access to the underlying XMLHttpRequest object from within $.ajax()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
comment:2 Changed 12 years ago by
Status: | new → open |
---|
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Yeah, I agree with timmy on this one - a custom convertor makes sense here.
Note: See
TracTickets for help on using
tickets.
Maybe this could be done with a converter for binary?