You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+74-16Lines changed: 74 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,9 @@ <h3>Service Workers</h3>
300
300
<ulclass="no-bullets">
301
301
<li>Give developers the moving parts to solve their problems</li>
302
302
<li>Alow to create own caching patterns</li>
303
+
<li>Can be only used over HTTPS (excluding localhost)</li>
304
+
<li>Hijack connections</li>
305
+
<li>Fabricate, and filter responses</li>
303
306
</ul>
304
307
</section>
305
308
@@ -346,7 +349,9 @@ <h3>task.js (the worker)</h3>
346
349
}, false);
347
350
</code></pre>
348
351
349
-
<ahref="https://www.html5rocks.com/en/tutorials/workers/basics/" class="credits" target="_blank">Code from https://www.html5rocks.com/en/tutorials/workers/basics/</a>
352
+
<p>
353
+
<ahref="https://www.html5rocks.com/en/tutorials/workers/basics/" class="credits" target="_blank">Code from https://www.html5rocks.com/en/tutorials/workers/basics/</a>
354
+
</p>
350
355
351
356
</section>
352
357
@@ -374,13 +379,63 @@ <h3>Workers do NOT have access to:</h3>
<ahref="https://developers.google.com/web/fundamentals/getting-started/primers/service-workers" class="credits" target="_blank">Image from Google Web Fundamentals</a>
<ahref="https://developers.google.com/web/fundamentals/getting-started/primers/service-workers" class="credits" target="_blank">Code from Google Web Fundamentals</a>
<ahref="https://developers.google.com/web/fundamentals/getting-started/primers/service-workers" class="credits" target="_blank">Code from Google Web Fundamentals</a>
0 commit comments