Hitesh Khamesra wrote:
var ir = /* nsIInterfaceRequestor */ channel.notificationCallbacks;
So, why not just: var win = ir.getInterface(Components.interfaces.nsIDOMWindow); That should do what you want. _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
