From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../ja/web/api/domapplicationsregistry/index.html | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 files/ja/web/api/domapplicationsregistry/index.html (limited to 'files/ja/web/api/domapplicationsregistry/index.html') diff --git a/files/ja/web/api/domapplicationsregistry/index.html b/files/ja/web/api/domapplicationsregistry/index.html deleted file mode 100644 index 72bff00c25..0000000000 --- a/files/ja/web/api/domapplicationsregistry/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Apps -slug: Web/API/DOMApplicationsRegistry -tags: - - API - - Apps - - Apps API - - Non-standard -translation_of: Archive/Marketplace/API/DOMApplicationsRegistry ---- -
{{ ApiRef("Apps") }}
- -
-

マーケットプレイス機能の削除
- このページで説明されている機能は動作しなくなりました— Firefox Marketplaceは、Android、デスクトップ、タブレット、および支払い(その他の関連機能)のサポートを終了しました。詳細については、 Future of Marketplace FAQ をご覧ください。

-
- -

ブラウザ内で Open Web apps をインストール、管理する機能を提供します。現時点では {{domxref('window.navigator.mozApps')}} として実装されています。

- -

プロパティ

- -
-
{{domxref("DOMApplicationsRegistry.mgmt")}}
-
ダッシュボードがユーザに代わってアプリを管理、起動できるようにする関数を含む mgmt オブジェクト。
-
- -

メソッド

- -
-
{{ domxref("DOMApplicationsRegistry.checkInstalled()") }}
-
アプリが既にインストールされているかどうかを確認します。マニフェストを引数に取ります。
-
{{ domxref("DOMApplicationsRegistry.install()") }}
-
アプリのインストールを実行します。インストールの過程で、アプリは検証され、ユーザはインストールを許可するかどうか訪ねられます。
-
{{ domxref("DOMApplicationsRegistry.getSelf()") }}
-
該当するアプリの {{domxref('app')}} オブジェクトを含むオブジェクトを返します。
-
{{ domxref("DOMApplicationsRegistry.getInstalled()") }}
-
インストールされているアプリの一覧を取得します。
-
-

Obsolete methods

-
-
DOMApplicationsRegistry.amInstalled() {{Obsolete_Inline}}
-
アプリがインストールされているかどうかを確認する手段を提供します。
-
DOMApplicationsRegistry.getInstalledBy() {{Obsolete_Inline}}
-
呼び出し元のドメインによってインストールされたアプリを返します。 これにより、アプリのディレクトリまたはストアは、現在のユーザーに代わってインストールしたアプリを判別できます。
-
-- cgit v1.2.3-54-g00ecf