Skip to content

Commit

Permalink
0.0.848
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Oct 27, 2024
1 parent 8b283ce commit 7a84484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env/Example3.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<script type=module>
import {IndexedDBWrapper} from '/env/IndexedDBWrapper.js';
const dbWrapper = new IndexedDBWrapper('myDatabase', 'myTable4');
const dbWrapper = new IndexedDBWrapper('myDatabase', 'myTable2');

await dbWrapper.openDB();

Expand Down

0 comments on commit 7a84484

Please sign in to comment.