Jason wrote: > Hi, > I wish to return a JSObject from the scriptable plug-in. But, the XPIDL do > not have any declaratio to pass JSObject. How to I go about doing this? > > Rgrds, > Jason
I think you want this: void foo(nsISupports myJSObject); js objects move as params in xpidl as type nsISupports. --pete
