We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c91b3b commit 517cd9aCopy full SHA for 517cd9a
demo/comlink.js
@@ -14,7 +14,6 @@ const rows = await sqliteClient.executeSql(
14
'SELECT a FROM t ORDER BY a LIMIT 3',
15
);
16
17
-console.log(rows);
18
document.querySelector('.comlink').innerHTML = rows
19
.map((row) => row.a)
20
.join('<br />');
0 commit comments