mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
indexedDB!!! Thanks @robertheessels
This commit is contained in:
parent
80a9a67d0b
commit
5b624376b7
@ -15,11 +15,10 @@
|
||||
|
||||
<script>
|
||||
localStorage.clear();
|
||||
var opt = {localStorage: false, chunk: 1024, batch: 100};
|
||||
|
||||
var opt = {};
|
||||
|
||||
opt.store = RindexedDB(opt);
|
||||
|
||||
var gun = Gun(opt);
|
||||
|
||||
//setTimeout(function(){ $('#read').trigger('click') });
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user