Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am wondering if you will be working on the Local Storage Inspector in the Test Center. I am developing apps that use and interface with SQLite. I had to write my own alerts to see that data is stored in the DB. It would be great if the Test Center worked and would display the DB.
The Test Center support local storage (key/value pair storage) inspection. The Test Center WebDB/SQL inspector is no longer available as it introduced a stability issue in the product. The near-term solution is to use the Google Chrome inspector tools which work very well for db inspection.
I actually wrote a LocaL Storage viewer in MobiOne that pulls all the Local storage items into a list, then you can click on one to view the details. Im not sure if there would be an advantage of local storage versus a SQLite DB for simple items. Memory, speed, size…I will have to see.