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.

Apps.mgmt.getAll

非標準
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

概要

ユーザのレポジトリにインストールされているアプリ一覧を取得します。

構文

window.navigator.mozApps.mgmt.getAll()

引数

ありません。

戻り値

getAll()pendingGetAll オブジェクトを返します。呼び出し元は戻り値オブジェクトの onsuccessonerror コールバックプロパティを設定することが期待されます。

pendingGetAll.result は、現在のブラウザにインストールされているすべてのアプリを含んだ App オブジェクトの配列となります。何もアプリがインストールされていない場合、pendingGetAll.result は空の配列となります。アプリの取得時に深刻な問題が発生した場合、onerror が呼び出されます。

これは特権付き呼び出しです。アプリを取得する特権がない場合、navigator.mozApps.mgmtnull となります。

エラー

以下のエラーが DOMRequest.error で返される可能性があります。

DENIED
権限なし。

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, jsx, kohei.yoshino
 最終更新者: jsx,