service-worker-exercises icon indicating copy to clipboard operation
service-worker-exercises copied to clipboard

Get started with Service Worker

Results 2 service-worker-exercises issues
Sort by recently updated
recently updated
newest added

It should be: ```js const refreshResponse = cacheResponse .then(response => { if (response) { // If we have cached version of the request, we should update it and inform the...

It's not clear what to do in step 4. Clarify it a little.