aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/api/window/applicationcache/index.html
blob: c8d47fc6eea60d6725e9983feb2026058d4fca9e (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
---
title: Window.applicationCache
slug: Web/API/Window/applicationCache
translation_of: Web/API/Window/applicationCache
---
<p>{{APIRef}}</p>

<h2 id="Summary" name="Summary">Zusammenfassung</h2>

<p>Liefert eine Referenz auf das ApplicationCache Objekt für das aktuelle Fenster.</p>

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

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

<h3 id="Parameters" name="Parameters">Parameter</h3>

<ul>
 <li><code>cache</code> ist eine Objektreferenz auf eine {{domxref("OfflineResourceList")}}.</li>
</ul>

<h2 id="Specification" name="Specification">Spezification</h2>

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

<h2 id="Siehe_auch">Siehe auch</h2>

<ul>
 <li><a href="/en-US/docs/HTML/Using_the_application_cache">Using Application Cache</a></li>
</ul>