i m creating a WPA using angular 8
yesterday i read about service workers and also implemented them in plain javascript. they worked well and gave me full access over all network requests
but today when i implemented service workes in angular 8 i got to know they can only intercept http calls made by httclient [not so helpful]
what i want is even if i try to do a get request using jquery directly from console i should get a note
and yesterday i could do it with plain js implementation
this doubt is not realed to coding at all
all i want to know is : is there a way to get low level access to the fetch requests of service worker ? or will i have give up the idea of httpInterceptor and implement my own logic using plain js ?
please help any kind of arguments are welcomed