Often, your users' requests for technical support are accompanied by the response "Clear your browser's cache." Indeed, many browsers provide a buttons in menu to delete http cache, but not local storage, not cache storage, not service worker.
Clear-Site-Data comes on the scene, which recently received the baseline widely available status. Now you don't have to ask users to open DevTools and perform magic actions to delete service worker.
Below is an example for the caddy web server.








