aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/domapplicationsmanager/getall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/domapplicationsmanager/getall/index.html')
-rw-r--r--files/ja/web/api/domapplicationsmanager/getall/index.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/files/ja/web/api/domapplicationsmanager/getall/index.html b/files/ja/web/api/domapplicationsmanager/getall/index.html
deleted file mode 100644
index 3c01a9c81a..0000000000
--- a/files/ja/web/api/domapplicationsmanager/getall/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: Apps.mgmt.getAll
-slug: Web/API/DOMApplicationsManager/getAll
-tags:
- - API
- - Apps
- - Apps API
- - Firefox OS
- - Method
-translation_of: Archive/Marketplace/API/DOMApplicationsManager/getAll
----
-<p>{{ ApiRef() }}</p>
-<p>{{ non-standard_header() }}</p>
-<h2 id="Summary" name="Summary">概要</h2>
-<p>ユーザのレポジトリにインストールされているアプリ一覧を取得します。</p>
-<h2 id="Syntax" name="Syntax">構文</h2>
-<pre>window.navigator.mozApps.mgmt.getAll()
-</pre>
-<h2 id="Parameters" name="Parameters">引数</h2>
-<p>ありません。</p>
-<h2 id="Returns" name="Returns">戻り値</h2>
-<p><code>getAll()</code> は <code>pendingGetAll</code> オブジェクトを返します。呼び出し元は戻り値オブジェクトの <code>onsuccess</code> と <code>onerror</code> コールバックプロパティを設定することが期待されます。</p>
-<p><code>pendingGetAll.result</code> は、現在のブラウザにインストールされているすべてのアプリを含んだ <code>App</code> オブジェクトの配列となります。何もアプリがインストールされていない場合、<code>pendingGetAll.result</code> は空の配列となります。アプリの取得時に深刻な問題が発生した場合、<code>onerror</code> が呼び出されます。</p>
-<p>これは特権付き呼び出しです。アプリを取得する特権がない場合、<code>navigator.mozApps.mgmt</code> は <code>null</code> となります。</p>
-<h2 id="Errors" name="Errors">エラー</h2>
-<p>以下のエラーが <code>DOMRequest.error</code> で返される可能性があります。</p>
-<dl>
-</dl>
-<dl>
- <dt>
- DENIED</dt>
- <dd>
- 権限なし。</dd>
-</dl>
-<h2 id="Related_topics" name="Related_topics">関連記事</h2>
-<ul>
- <li><a href="/ja/docs/Web/Apps/JavaScript_API">Apps JavaScript API</a></li>
-</ul>