7 lines
80 B
HTML
7 lines
80 B
HTML
<script>
|
|
|
|
var a = [];
|
|
a[0] = a;
|
|
indexedDB.cmp.bind(indexedDB)(a, a);
|
|
|
|
</script>
|