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

Can I Call A Method From An External Js File In A Serviceworker?

Is it possible to call a function from a JavaScript file out of an ServiceWorker? Directory root … Read more Can I Call A Method From An External Js File In A Serviceworker?

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

Inroducing Service-workers On Mobile Site

I'm new to service workers. I want to integrate service workers in my site.My motive is to impr… Read more Inroducing Service-workers On Mobile Site

Start_url Does Not Respond With A 200 When Offline: The Start_url Did Respond, But Not Via A Service Worker. Lighthouse Audit Problem

I am creating a PWA that works offline with a service worker. Right now it works correctly, but the… Read more Start_url Does Not Respond With A 200 When Offline: The Start_url Did Respond, But Not Via A Service Worker. Lighthouse Audit Problem

Request Headers Not Sent From Service Worker

I'm trying to fetch a web service from a Service Worker. This service is a JSP secured with bas… Read more Request Headers Not Sent From Service Worker