Skip to content

Instantly share code, notes, and snippets.

@vseventer
Created July 31, 2012 15:29
Show Gist options
  • Save vseventer/3217837 to your computer and use it in GitHub Desktop.
Save vseventer/3217837 to your computer and use it in GitHub Desktop.
Kinvey JavaScript Library: Loading the shim.
...
<script>
window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || document.write('<script src="IndexedDBShim.min.js"><\/script>');
</script>
<script src="//da189i1jfloii.cloudfront.net/js/kinvey-js-0.9.8.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment