mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
7 lines
80 B
HTML
7 lines
80 B
HTML
<script>
|
|
|
|
var a = [];
|
|
a[0] = a;
|
|
indexedDB.cmp.bind(indexedDB)(a, a);
|
|
|
|
</script>
|