#6594 closed enhancement (fixed)
XHR registry plugin
Reported by: | kriszyp | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | IO | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Adds a registry plugin system so that alternate XHR-similar transports can handle dojo.xhr requests. The main target is for server side proxy, XDomainRequest, and cross-site XMLHttpRequest.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
This patch is semi-dependent on http://trac.dojotoolkit.org/ticket/6525. 6525 is a patch I submitted so that all xhr requests go through dojo.xhr (including rawXhrPut, rawXhrPost). rawXhr* won't be able to utilize the registry without that patch.
comment:3 Changed 12 years ago by
Owner: | changed from kriszyp to alex |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
Milestone: | 1.3 → 1.2 |
---|
This is committed, I am hoping we can have this in 1.2 since http://trac.dojotoolkit.org/ticket/6893 is dependent on this.
Note: See
TracTickets for help on using
tickets.
(In [13397]) committing a cleaned-up version of Kris's XHR registry patch (CLA and CCLA on file). Refs #6594