非標準
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
オブジェクトを返します。呼び出し元は戻り値オブジェクトの onsuccess
と onerror
コールバックプロパティを設定することが期待されます。
pendingGetAll.result
は、現在のブラウザにインストールされているすべてのアプリを含んだ App
オブジェクトの配列となります。何もアプリがインストールされていない場合、pendingGetAll.result
は空の配列となります。アプリの取得時に深刻な問題が発生した場合、onerror
が呼び出されます。
これは特権付き呼び出しです。アプリを取得する特権がない場合、navigator.mozApps.mgmt
は null
となります。
エラー
以下のエラーが DOMRequest.error
で返される可能性があります。
- DENIED
- 権限なし。