Category "workbox"

how can we match the 'Query' parameter in registerRoute using workbox v6.5.1

I am using workbox v6.5.1 (with React, Redux, Node) to cache APIs requests and now just want to add or match 'header query' parameter for specific request. so t

Testing a serviceworker using Workbox

I have made an implementation of a service working using Google's Workbox library and I want to test my custom route handlers and logic, but I am really unsure

How to Check if Service worker already exists and update with workbox

Would like to see if we can detect if there's already an active service worker on the client's device. Currently I use getRegistration to do this but I was curi

PWA support in NextJs

we would like to build a fully offline capable react web application. We usually work with NextJS. The current problem that we are facing is that we are not abl

Service worker add files from API call to precache

To enable my app running offline. During installation the service worker should: fetch a list of URLs from an async API reformat the response add all URLs in th