Hi,
When I used the following line, I got the error like:
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'add' .
I am using :
<script src="//Microsoft.WinJS.1.0.RC/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0.RC/js/ui.js"></script>
Any ideas about it? Thanks a lot.
IDBObjectStore.add("value", "key");