google / amp-pwa-demo

A simple, dependency-free blog that uses a Progressive Web App (PWA) to show Accellerated Mobile Pages (AMP).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache small blurred images in service worker

plegner opened this issue · comments

To use as fallback when offline. Precaching the entire image would take up too much space. This might require a server-side solution (inlining data-uris for small images).