aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/applicationcache/index.html
blob: 1acc4a641ffe36833d86bd39ced7960d4ef25530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: window.applicationCache
slug: Web/API/Window/applicationCache
tags:
  - API
  - Deprecated
  - HTML DOM
  - Property
  - Reference
  - Window
translation_of: Web/API/Window/applicationCache
---
<div class="warning">
<p><strong>重要</strong>: アプリケーションキャッシュは Firefox 44 で非推奨となり、 Firefox 60 以降では安全ではないコンテキストでは利用できなくなりました ({{bug(1354175)}}、現在は Nightly/Beta のみ)。ウェブサイトをオフラインで利用するために使用しないでください。 — 代わりに<a href="/ja/docs/Web/API/Service_Worker_API">サービスワーカー</a>の利用を検討してください。</p>
</div>

<p>{{APIRef}}</p>

<h2 id="Summary" name="Summary">概要</h2>

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

<h2 id="Syntax" name="Syntax">構文</h2>

<pre class="syntaxbox"><var>cache</var> = window.applicationCache
</pre>

<h3 id="Parameters" name="Parameters">引数</h3>

<ul>
 <li><code>cache</code> : <code>OfflineResourceList</code> へのオブジェクト参照です。</li>
</ul>

<h2 id="Specification" name="Specification">仕様書</h2>

<ul>
 <li>{{spec("http://www.w3.org/TR/2008/WD-html5-20080122/#appcache","HTML 5","WD")}}</li>
</ul>

<h2 id="See_also" name="See_also">関連情報</h2>

<ul>
 <li><a href="/ja/docs/HTML/Using_the_application_cache">アプリケーションキャッシュの使用</a></li>
</ul>