indexed-db-utilities
Version:
Helper methods and utilities for creating managing values dynamically for the browser's IndexDB API.
18 lines (17 loc) • 492 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IndexDB Utilities Demo</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
</head>
<body>
<h4>IndexedDB Utilities Demo</h4>
<p>Please open console.</p>
<h4>IndexedDB Utilities Documentation</h4>
<p>
<a href="docs/index.html">Documentation</a>
</p>
<script src="demo/demo.bundle.js"></script>
</body>
</html>