Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

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

Understanding Fetch In Js

I checked out a few resources but don't really get the fetch method. What is the point in havin… Read more Understanding Fetch In Js

Failed To Register A Serviceworker: The Script Has An Unsupported Mime Type ('text/html') Vue Js?

I want to include service worker in my vue js project and i did this before with my simple HTML pro… Read more Failed To Register A Serviceworker: The Script Has An Unsupported Mime Type ('text/html') Vue Js?

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

How To Test Service Workers Offline Mode In Localhost?

How can I test service workers in offline mode locally? I mean, localhost doesn't need internet… Read more How To Test Service Workers Offline Mode In Localhost?