mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
21 lines
639 B
HTML
21 lines
639 B
HTML
<html>
|
|
<body>
|
|
<h1>RindexedDB</h1>
|
|
|
|
<script src="../../../gun/gun.js"></script>
|
|
<script src="../../../gun/lib/radix.js"></script>
|
|
<script src="../../../gun/lib/radisk.js"></script>
|
|
<script src="../../../gun/lib/store.js"></script>
|
|
<script src="../../../gun/lib/rindexed.js"></script>
|
|
<!-- script src="../../../gun/lib/rls.js"></script -->
|
|
|
|
<button onclick="spam()">spam</button>
|
|
<button onclick="read()">read</button>
|
|
<input id="wait" placeholder="wait" type="number">
|
|
<input id="burst" placeholder="burst" type="number">
|
|
<div id='debugs'></div>
|
|
<div id='debug'></div>
|
|
|
|
<script src="../../../gun/test/rad/bench.js"></script>
|
|
</body>
|
|
</html> |