Also, there's now an asynchronous WebSQL plugin available, which resolves many issues with the existing synchronous WebSQL plugin. However, the new plugin only supports the windows platform (not windows8 or wp8), and it only supports the x86 and arm architectures (not x64 or any cpu). For these reasons, I created a separate IndexedDB plugin that uses the new WebSQL plugin. I've also updated IndexedDBShim so that it works with both plugins.
This PR updates the plugin to IndexedDBShim v2.0.1. This version contains several bug fixes as well as support for multi-entry index cursors. It also now includes a polyfill to enable compound keys in Internet Explorer (desktop and mobile).
Also, there's now an asynchronous WebSQL plugin available, which resolves many issues with the existing synchronous WebSQL plugin. However, the new plugin only supports the
windows
platform (notwindows8
orwp8
), and it only supports thex86
andarm
architectures (notx64
orany cpu
). For these reasons, I created a separate IndexedDB plugin that uses the new WebSQL plugin. I've also updated IndexedDBShim so that it works with both plugins.