InactiveServices, v1.0.1

Allows for the exploration of available services, which may be downloaded and activated.

BrowserPlus.InactiveServices.All({params}, function{}())

Get a list of all available services.

Test: All()

Parameters

platform: string (Optional)
The platform (either 'osx' or 'win32') for which you would like to see available corelets.

BrowserPlus.InactiveServices.Describe({params}, function{}())

Get a data structure describing the interface of a specified service.

Test: Describe()

Parameters

service: string
The name of the service.
version: string
The exact version of the service.
platform: string (Optional)
The platform (either 'osx' or 'win32') for which you would like a service description.