Skip to content Skip to sidebar Skip to footer
Showing posts with the label Service Worker

Using Serviceworker To Intercept And Redirect Requests

I've been asked to create a service worker which will have the ability to intercept requests an… Read more Using Serviceworker To Intercept And Redirect Requests

React Scripts Build Service Worker Not Caching Custom Files

It has come to my attention that the service worker generated by the react-scrips build does not ca… Read more React Scripts Build Service Worker Not Caching Custom Files

Background Sync Codes Not Working Automatically When Online(wifi On) In Pwa

I am new to PWA and have been testing my PWA project using firebase console database. When offline,… Read more Background Sync Codes Not Working Automatically When Online(wifi On) In Pwa

How To Alter The Headers Of A Response?

Is it possible to alter the headers of a Response object, as returned by fetch()? Suppose I want to… Read more How To Alter The Headers Of A Response?

Can A Service Worker Fetch And Cache Cross-origin Assets?

I'm using some service worker code from the Progressive Web app tutorial by Google but I am ge… Read more Can A Service Worker Fetch And Cache Cross-origin Assets?

Javascript Background Sync Stops Working If Page Is Loaded/refreshed While Offline

I'm currently learning how to use Background Sync as to allow users to PUT/POST changes while u… Read more Javascript Background Sync Stops Working If Page Is Loaded/refreshed While Offline

How Do I Sync Data With Remote Database In Case Of Offline-first Applications?

I am building a 'TODO' application which uses Service Workers to cache the request's re… Read more How Do I Sync Data With Remote Database In Case Of Offline-first Applications?

Writing Data In Service Worker To Cloud Firestore

I'm working on a Firebase project and I want to receive firebase cloud messages (send from a No… Read more Writing Data In Service Worker To Cloud Firestore