QueryResults

This example shows IDBWrapper running inside of a worker.

While this introduces some overhead for your application architecture, it might be worth considering if you are doing loads of transactions and want to keep them out of the UI thread.

Besides running IDBWrapper in a worker, this example is a copy of the object store example. Just enter any name as key and anything as value. To enter non-primitive values, use literal notaion.

Key Value