nsIJetpackService

This interface enables the creation of new Jetpack processes.
1.0
66
Introduced
Gecko 2.0
Inherits from: nsISupports Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)

Implemented by: @mozilla.org/jetpack/service;1.

Method overview

nsIJetpack createJetpack();

Methods

createJetpack()

This method creates a new Jetpack process and returns an nsIJetpack interface that represents it.

nsIJetpack createJetpack();
Parameters

None.

Return value

An nsIJetpack interface representing the remote process.

History

See bug 556846 for details.

See also