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.getInstalledBy

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

Returns, through the callback function, the apps that were installed by the calling domain. This allows an app directory or store to determine which app it has installed on behalf of the current user.

Syntax

navigator.mozApps.getInstalledBy( callback )

Parameters

callback
A callback function that is invoked with an array of the App objects installed by the calling origin.

Document Tags and Contributors

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