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

Expected Ratio Of Serviceworker Instances To Geolocation Updates

EDIT: There is a new version of my Brotkrumen Web App in the same location. Most important design/p… Read more Expected Ratio Of Serviceworker Instances To Geolocation Updates

Using Service Workers To Both Use Cache *and* Update In Background

I understand that ServiceWorkers can grab responses out of cached network requests. That said, is i… Read more Using Service Workers To Both Use Cache *and* Update In Background

An Unknown Error Occurred When Fetching The Script (service Worker)

When going offline, I get the following error by my service worker: (unknown) #3016 An unknown erro… Read more An Unknown Error Occurred When Fetching The Script (service Worker)

Service Workers Not Updating

I have a service worker installed in my website, everything works fine, except when I push an updat… Read more Service Workers Not Updating

Communicate Between Tabs Dom Without Window Ref

I use the following to open new tab (in new process) with some page content, var p = document.getEl… Read more Communicate Between Tabs Dom Without Window Ref

Storing Rest Requests With Service Workers To Sync Them

I'm thinking about taking my application to offline using service workers. I'm already achi… Read more Storing Rest Requests With Service Workers To Sync Them

How To Register A Service Worker From Different Sub Domain

I have two subdomains: https://abc.xxxx.com and https://xyz.xxxx.com. So my questions: 1). is it p… Read more How To Register A Service Worker From Different Sub Domain

Spa Content Refresh With Constant Updating

I know that recommended approach to updating SPA versions is to use service workers and alert user … Read more Spa Content Refresh With Constant Updating