[Mashup-dev] [jira] Reopened: (MASHUP-94) async stubs require "_userdata" property - missing on ActiveX and probably other versions.

Jonathan Marsh (JIRA) jira at wso2.org
Wed Aug 6 07:09:06 PDT 2008


     [ https://wso2.org/jira/browse/MASHUP-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Marsh reopened MASHUP-94:
----------------------------------


> async stubs require "_userdata" property - missing on ActiveX and probably other versions.
> ------------------------------------------------------------------------------------------
>
>                 Key: MASHUP-94
>                 URL: https://wso2.org/jira/browse/MASHUP-94
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>            Reporter: Jonathan Marsh
>            Assignee: Jonathan Marsh
>
> 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: https://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