Bug Tracker

Modify

Ticket #9478 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by timmywil

  • Priority changed from undecided to low
  • Component changed from unfiled to ajax

Maybe this could be done with a converter for binary?

comment:2 Changed 2 years ago by timmywil

  • Status changed from new to open

comment:3 Changed 2 years ago by john

  • Status changed from open to closed
  • Resolution set to wontfix

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.