Opened 12 years ago
Closed 12 years ago
#7248 closed enhancement (wontfix)
XHR response Blob support
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | ajax | Version: | 1.4.3 |
Keywords: | needsreview, ajaxrewrite | Cc: | |
Blocked by: | Blocking: |
Description
Currently only text and XML is supported in jQuery, but XHR2 introduced a new blob response (http://www.w3.org/TR/XMLHttpRequest2/#the-responseblob-attribute). I think it is worth considering.
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|
Bikeshed/feature creep. Marking for review.
comment:3 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
comment:4 Changed 12 years ago by
There are a lot of things in XHR2 that would be useful. Probably good for a whole plugin to dump all sorts of usefulness onto $.ajax.
comment:5 Changed 12 years ago by
Keywords: | ajaxrewrite added |
---|
comment:6 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Yeah, let's push this off to a plugin (since Ajax is extensible now) - and we can reintegrate it later.
Note: See
TracTickets for help on using
tickets.
patch