Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

navigator.mozApps.mgmt.list

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

Summary

Lists all installed apps in the user's repository.

Syntax

navigator.mozApps.mgmt.list( onsuccess, [onerror] )

Parameters

onsuccess
A callback function, which is invoked with an array of app objects.
onerror Optional
A callback function that is invoked if the function fails, with a single argument, which is an error object.

Document Tags and Contributors

Tags: 
 Contributors to this page: chrisdavidmills, Sheppy, ethertank, kohei.yoshino, markg, jswisher
 Last updated by: chrisdavidmills,