[mashup-dev] [jira] Created: (MASHUP-94) async stubs require
"_userdata"
property - missing on ActiveX and probably other versions.
Jonathan Marsh (JIRA)
jira at wso2.org
Mon Jun 11 12:54:15 PDT 2007
async stubs require "_userdata" property - missing on ActiveX and probably other versions.
------------------------------------------------------------------------------------------
Key: MASHUP-94
URL: http://www.wso2.org/jira/browse/MASHUP-94
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Jonathan Marsh
Assigned To: Jonathan Marsh
Fix For: alpha_2
This doesn't work with the ActiveX control:
if (isAsync) {
thisRequest._userdata = userdata;
thisRequest.onreadystatechange =
function() {
if (thisRequest.readyState == 4)
callback(thisRequest, userdata);
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list