Hi Millwood,
I did some research and asked around, so here's my attempt at explaining
it. :)
These folders pertain to the function called "Service Workers" which is
a script that executes in the background allowing web pages to provide
features like push notifications, background sync, and more.
What you're seeing is a cache folder for that data. The morgue folders
might be data from the browser cache that is still needed for the
service worker.
All of that data is considered part "Offline Website Data". To clear
that data, use the Clear History tool, and make sure "Offline Website
data" is checkmarked.
More info about service workers:
https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers
https://developers.google.com/web/fundamentals/primers/service-workers
--
Mailing list/Newsgroup moderator