Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History

strategy-embedded-fallback

Embedded fallback

The recipe provides a service worker serving an embedded content fallback in case of missing resources.

Difficulty

Intermediate

Use Case

You want to make sure the users always receive some content, even if the network is not available.

Solution

Embed fallback content and serve it in case of failure while requesting resources.

Category

Caching strategies