Question

I declare properly my database in Javascript :

self.db = window.openDatabase(DB_CONFIG.name, '1.0', 'My WebSQL test database', 5 * 1024 * 1024);

Everything is working properly with queries because I get proper results through console.

But When I go to the Resources Devtools panel. The Web SQL field is empty and I can't analyse my database.....

What can I do....? thank you for your help

Was it helpful?

Solution

Try to close and re-open DevTools, after refreshing page.

See https://code.google.com/p/chromium/issues/detail?id=365788

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top