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

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

Not Getting Service Worker With Create-react-app

lately, I have create two react application and in both of them the service worker is not present i… Read more Not Getting Service Worker With Create-react-app

(unknown): #2514: An Unknown Error Occurred When Fetching The Script. [service Workers]

Here's what's on console: (unknown): #2514: An unknown error occurred when fetching the scr… Read more (unknown): #2514: An Unknown Error Occurred When Fetching The Script. [service Workers]

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?

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?

Service Worker: Redirecting A User To Different Url When He Clicks The Notification

This snippet helps in either bring in the app tab in focus or open a new tab with that URL. If the … Read more Service Worker: Redirecting A User To Different Url When He Clicks The Notification

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