Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledajax
priority: undecidedlow

Maybe this could be done with a converter for binary?

Changed June 29, 2011 07:29PM UTC by timmywil comment:2

status: newopen

Changed July 12, 2011 02:49PM UTC by john comment:3

resolution: → wontfix
status: openclosed

Yeah, I agree with timmy on this one - a custom convertor makes sense here.