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

How To Load Website Offline From Base Url Using Service Workers And Cache Api?

When you visit this web site https://bugs.stringmanolo.ga/index.html, while navigating around the m… Read more How To Load Website Offline From Base Url Using Service Workers And Cache Api?

Google Chrome Push Notifications Not Working If The Browser Is Closed?

It is written here that the push notifications will work even if the browser is closed, but I teste… Read more Google Chrome Push Notifications Not Working If The Browser Is Closed?

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

Domexception When Registering Service Worker Inside An Https Iframe

I'm trying to register a service worker in an https iframe inside an http (unsecured) site. Unt… Read more Domexception When Registering Service Worker Inside An Https Iframe

Failed To Execute 'postmessage' On 'serviceworker': Function Could Not Be Cloned

I am trying to post a message to a service worker instance. I get the following error: Failed to e… Read more Failed To Execute 'postmessage' On 'serviceworker': Function Could Not Be Cloned

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

Service Worker - Is There Anyway To Know Service Worker Has Finished All Background - Sync Tags?

Service Worker - Is there anyway to know service worker has finished all background - sync? I have … Read more Service Worker - Is There Anyway To Know Service Worker Has Finished All Background - Sync Tags?

Increase Service Worker Life Time

I'm trying push notifications using service workers. use my own server to send notifications an… Read more Increase Service Worker Life Time