web.dev
web.dev copied to clipboard
fix stale-while-revalidate example in Learn/PWA
Changes proposed in this pull request:
- Fixes the example code for the stale-while-revalidate caching pattern example code in the Learn PWA section. Makes sure the network response is used (otherwise,
networkFetchwould be a promise resolving toundefined).