Side navigation
#9478 closed enhancement (wontfix)
Opened June 01, 2011 07:15AM UTC
Closed July 12, 2011 02:49PM UTC
Access to the underlying XMLHttpRequest object from within $.ajax()
Reported by: | justin.zaun@gmail.com | 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.
Attachments (0)
Change History (3)
Changed June 13, 2011 02:59PM UTC by comment:1
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
Changed June 29, 2011 07:29PM UTC by comment:2
status: | new → open |
---|
Changed July 12, 2011 02:49PM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | open → closed |
Yeah, I agree with timmy on this one - a custom convertor makes sense here.
Maybe this could be done with a converter for binary?