Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / gist:6293955
Created August 21, 2013 12:41
Testing IndexedDB + moment.js performance.
<html>
<head>
<script src="moment.min.js"></script>
<script>
// window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
// window.IDBTransaction = window.IDBTransaction || window.webkitIDBTransaction || window.msIDBTransaction;
// window.IDBKeyRange = window.IDBKeyRange || window.webkitIDBKeyRange || window.msIDBKeyRange;
function getData() {
var data = [],