Closed
Bug 361618
Opened 19 years ago
Closed 19 years ago
nsXmlRpcClient.js -- XMLHttpRequest is not defined
Categories
(Core Graveyard :: Web Services, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 355151
People
(Reporter: dougt, Unassigned)
Details
I am trying to use nsIXmlRpcClient from a component and i am getting the following errors:
Error: XMLHttpRequest is not defined
Source File: file:///C:/Program%20Files/Mozilla%20Firefox/components/nsXmlRpcClient.js
Line: 167
My code looks somewhat like:
var xmlRpc = Components.classes['@mozilla.org/xml-rpc/client;1'].createInstance(Components.interfaces.nsIXmlRpcClient);
xmlRpc.init(url);
xmlRpc.asyncCall(Listener,
null,
'function',
[....], 2);
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 355151 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•