js/src/xpconnect/idl/xpcjsid.idlScriptable
This interface provides methods to instantiate a component and access service components.
Inherits from: nsIJSID Last changed in Gecko 1.7

Method overview

nsISupports createInstance();
nsISupports getService();

Methods

createInstance()

nsISupports createInstance();
Parameters

None.

Return value

 

getService()

nsISupports getService();
Parameters

None.

Return value

 

See also