ServiceWorker's Link leads to botnet-like persistent JavaScript worker
1–8 of 8 posts
Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#2Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#3Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#4chrome://serviceworker-internals/
Frankly, I'm tempted to label the whole notion of a remote-installing auto-updating local proxy as a misguided antifeature, but I honestly don't know enough about it. What was wrong with app caching?
Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#5You can see what service workers are registered here: chrome://serviceworker-internals/ Frankly, I'm tempted to label the whole notion of a remote-installing auto-updating local proxy as a misguided antifeature, but I honestly don't know enough about it. What was wrong with app caching?
Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#6You can see what service workers are registered here: chrome://serviceworker-internals/ Frankly, I'm tempted to label the whole notion of a remote-installing auto-updating local proxy as a misguided antifeature, but I honestly don't know enough about it. What was wrong with app caching?
You mean AppCache?
Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#7Re: ServiceWorker's Link leads to botnet-like persistent JavaScript worker
#8Earlier quoted context omitted.
You mean AppCache?
Sort of. I meant caching apps, of which AppCache is an implementation.