I am using this adapter to persist data from a browser extension/plugin instance of LokiJS. There is only 1 table in the indexedDB "LokiCatalog" when I explore it using dev tools (Application/Storage/IndexedDB. There records are the instance configuration within which the first key/value pair is "filename": "loki.db" which leads me to think that the data (which I can still persist/query using the adapted db) is still being stored in a file?
Images:
Application tab in Devtools

Showing persisted record in console

What should I expect to see when inspecting the Application -> Storage -> IndexedDB when using the IndexedDB adapter to persist data using LokiJS?