Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Alexander Pope - ServiceWorkers Outbreak
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 A horror story
- 3 What is a Service Worker
- 4 AsyncAwait
- 5 AsyncGenerator
- 6 Dont Register
- 7 Know your dependencies
- 8 Cache smarter
- 9 Avoid forcing activation
- 10 Never rename the Service Worker file
- 11 Set correct cache headers
- 12 Invalidation
- 13 FeatureFlagKillSwitch
- 14 Dont Cache
- 15 Guard Against Missing API
- 16 Test Your Service Worker
- 17 SWTestEnd
- 18 UnitTest
- 19 Recipe
- 20 Mystery
- 21 Conclusion