python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to see all installed service workers in browsers in iOS or Andorid and/or manually clear them?
In desktop I can go to chrome://serviceworker-internals/ to see all installed service workers in my chrome browsers and optionally unregister manually.
Is there any similar feature available in Chrome...
pref
Votes: 0
Answers: 0
Does IndexedDB persist with a new service-worker?
Does the indexedDB persist when I unregister a service worker and install a new one?
If I would manually unregister the service-worker like this
navigator.serviceWorker
.getRegistrat...
brezz0r
Votes: 0
Answers: 1
How do you deploy a long running .NET Core application as an App Service?
I have an application that mimics an equity market. One part of it, generates price changes and POSTS them to a consumer sending roughly 100 price changes roughly ten times a second. The second part o...
Quark Soup
Votes: 0
Answers: 1
Chrome Extension Service Worker inactive after "Clear site data"
I have a very simple background script in my manifest v3 extension that basically waits for messages and then retrieves a value from sync storage like so:
chrome.runtime.onMessage.addListener(function...
Jonathan R
Votes: 0
Answers: 0