-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcacheTests.html
106 lines (102 loc) · 4.71 KB
/
cacheTests.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<h2>Common</h2>
<ul>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/common.https.html">common.https.html</a>
</li>
</ul>
<h2>Service Worker</h2>
<ul>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-add.https.html">cache-add.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-delete.https.html">cache-delete.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-match.https.html">cache-match.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-matchAll.https.html">cache-matchAll.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-put.https.html">cache-put.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-storage-keys.https.html">cache-storage-keys.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-storage-match.https.html">cache-storage-match.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/cache-storage.https.html">cache-storage.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/serviceworker/credentials.html">credentials.html</a>
</li>
</ul>
<h2>Window</h2>
<ul>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-add.https.html">cache-add.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-delete.https.html">cache-delete.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-match.https.html">cache-match.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-matchAll.https.html">cache-matchAll.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-put.https.html">cache-put.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-storage-keys.https.html">cache-storage-keys.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-storage-match.https.html">cache-storage-match.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/cache-storage.https.html">cache-storage.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/window/sandboxed-iframes.https.html">sandboxed-iframes.https.html</a>
</li>
</ul>
<h2>Worker</h2>
<ul>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-add.https.html">cache-add.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-delete.https.html">cache-delete.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-match.https.html">cache-match.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-matchAll.https.html">cache-matchAll.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-put.https.html">cache-put.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-storage-keys.https.html">cache-storage-keys.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-storage-match.https.html">cache-storage-match.https.html</a>
</li>
<li>
<a href="https://jelin1.github.io/service-workers/cache-storage/worker/cache-storage.https.html">cache-storage.https.html</a>
</li>
</ul>
</body>
</html>