#647 closed enhancement (invalid)
Create a "faux" XmlHttp Response object to be returned with the result of an IFRAME bind
Reported by: | Tom Trenka | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | IO | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
One issue with using the iframe transport is that there's no reference to an HTTP object for the handlers to have on return; it would be nice to have a generic, simplified object that is passed as the third argument to a callback handler that contains *vary* basic properties; perhaps status, responseText and basic headers?
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → IO |
---|---|
Owner: | changed from anonymous to Tom Trenka |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
It doesn't seem like it's a huge priority or need, otherwise we would have had complaints about it before. I'm going to close this because of that...
Note: See
TracTickets for help on using
tickets.
I created a "faux" http object for the XHR Iframe Proxy. It is in the src/io/XhrIframeProxy.js (called dojo.io.XhrIframeFacade?). It might be possible to leverage it.