DEV Community

Discussion on: Introduction to Service Workers in JavaScript

Collapse
 
sidvishnoi profile image
Sid Vishnoi

Nice introduction!
To add, Service Workers are a lot powerful than just caching resources. Manipulating a response before it reaches the client is very powerful in itself.
Not sure if right place to share this, but I recently made a little tool that helps us in previewing a different version of our script (like from a PR) in live documents (W3C specifications to be precise).