From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../ja/web/api/window/applicationcache/index.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 files/ja/web/api/window/applicationcache/index.html (limited to 'files/ja/web/api/window/applicationcache') diff --git a/files/ja/web/api/window/applicationcache/index.html b/files/ja/web/api/window/applicationcache/index.html new file mode 100644 index 0000000000..1acc4a641f --- /dev/null +++ b/files/ja/web/api/window/applicationcache/index.html @@ -0,0 +1,44 @@ +--- +title: window.applicationCache +slug: Web/API/Window/applicationCache +tags: + - API + - Deprecated + - HTML DOM + - Property + - Reference + - Window +translation_of: Web/API/Window/applicationCache +--- +
+

重要: アプリケーションキャッシュは Firefox 44 で非推奨となり、 Firefox 60 以降では安全ではないコンテキストでは利用できなくなりました ({{bug(1354175)}}、現在は Nightly/Beta のみ)。ウェブサイトをオフラインで利用するために使用しないでください。 — 代わりにサービスワーカーの利用を検討してください。

+
+ +

{{APIRef}}

+ +

概要

+ +

ウィンドウのアプリケーションキャッシュオブジェクトへの参照を返します。

+ +

構文

+ +
cache = window.applicationCache
+
+ +

引数

+ + + +

仕様書

+ + + +

関連情報

+ + -- cgit v1.2.3-54-g00ecf