Hi,
Sorry about yet another request. Fwiw I've done as best I can to search for any relevant documentation, and this time I've done more experimentation.
My extension's service worker creates an IndexedDB database. I've confirmed that it does so and is able to store/retrieve messages in an object store of that db.
I've also used the js "Snippets" feature in the background script's Chrome Dev Tools window to query the database and confirm that it is accessible to the extension's background script's CDT window. However, when I go to the "Application" tab of the extension's background script's CDT window and, per
this Chrome developer documentation, right-click on "IndexedDB" and choose the "Refresh IndexedDB" option, I still can't see the database which my extension created.
Again, that database is accessible from that same CDT window via js code in a Snippet.
What's going on there?