Skip to content

Commit

Permalink
moved slide to backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ostepane committed Feb 28, 2025
1 parent 688f98f commit f1c86f7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions platform/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,6 @@ <h3>Service Worker</h3>
<li>Push Notifications</li>
</ul>
</section>
<section>
<h3>Before Service Workers - AppCache</h3>
<ul>
<li>Introduced with HTML5</li>
<li>Service Workers do its Job way better</li>
<li>Files always come from cache, even if online connection available</li>
<li>Application updates only on manifest content change</li>
<li>Additional not alternative cache</li>
<li>Non-cached resources do not load on cached page</li>
<li><strong><span class="secondaryColor">Lack of JavaScript API</span></strong></li>
</ul>

<p>
<a href="http://alistapart.com/article/application-cache-is-a-douchebag" class="credits" target="_blank">Full article by Jake Archibald</a>
</p>
</section>
<section>
<h3>Service Workers</h3>
<ul class="no-bullets">
Expand Down Expand Up @@ -589,6 +573,22 @@ <h2>Backup slides</h2>
<a href="https://developers.google.com/web/updates/2015/11/app-shell" class="credits" target="_blank">Image from Google Web Updates</a>
</p>
</section>
<section>
<h3>Before Service Workers - AppCache</h3>
<ul>
<li>Introduced with HTML5</li>
<li>Service Workers do its Job way better</li>
<li>Files always come from cache, even if online connection available</li>
<li>Application updates only on manifest content change</li>
<li>Additional not alternative cache</li>
<li>Non-cached resources do not load on cached page</li>
<li><strong><span class="secondaryColor">Lack of JavaScript API</span></strong></li>
</ul>

<p>
<a href="http://alistapart.com/article/application-cache-is-a-douchebag" class="credits" target="_blank">Full article by Jake Archibald</a>
</p>
</section>
</section>
<section data-visibility="uncounted">
<h2>Bookmarks</h2>
Expand Down

0 comments on commit f1c86f7

Please sign in to comment.