web.dev icon indicating copy to clipboard operation
web.dev copied to clipboard

fix stale-while-revalidate example in Learn/PWA

Open lionralfs opened this issue 3 years ago • 0 comments

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, networkFetch would be a promise resolving to undefined).

lionralfs avatar Aug 05 '22 17:08 lionralfs