I use PouchDB to synchronize a local storage database with a remote CouchDB database.
In Chrome, I can see the content of the local storage slots (WebSQL, IndexedDB...) with PourchDB Inspector (add-on for Chrome) or with the tab Ressources in the developer tools:

Do you know if it is possible to get the content of local storage in the Android Webview?