Skip to content

Commit

Permalink
js13kgames: Fix "Offline and background operation" link (#27795)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRiv authored Jul 7, 2023
1 parent db8f879 commit 4c2c49b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ They run on a separate thread from the main JavaScript code of our page, and don

Service workers can do more than offering offline capabilities, including handling notifications or performing heavy calculations. Service workers are quite powerful as they can take control over network requests, modify them, serve custom responses retrieved from the cache, or synthesize responses completely.

To learn more about service workers, see [Offline and background operation](Web/Progressive_web_apps/Guides/Offline_and_background_operation).
To learn more about service workers, see [Offline and background operation](/en-US/docs/Web/Progressive_web_apps/Guides/Offline_and_background_operation).

## Service workers in the js13kPWA app

Expand Down

0 comments on commit 4c2c49b

Please sign in to comment.