5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
6 <link rel=
"shortcut icon" href=
"data:image/x-icon;," type=
"image/x-icon">
7 <link rel=
"stylesheet" href=
"common/emscripten.css"/>
8 <link rel=
"stylesheet" href=
"common/testing.css"/>
9 <title>sqlite3 tester #
1:
10 //#if target=es6-module
11 ES6 Module in UI thread
18 <body><h1 id='color-target'
></h1>
20 <a href='tester1.html' target='tester1.html'
>conventional UI thread
</a>,
21 <a href='tester1-worker.html' target='tester1-worker.html'
>conventional worker
</a>,
22 <a href='tester1-esm.html' target='tester1-esm.html'
>ESM in UI thread
</a>,
23 <a href='tester1-worker.html?esm' target='tester1-worker.html?esm'
>ESM worker
</a>
25 <div class='input-wrapper'
>
26 <input type='checkbox' id='cb-log-reverse'
>
27 <label for='cb-log-reverse'
>Reverse log order?
</label>
29 <div id='test-output'
></div>
31 document
.querySelector('h1').innerHTML
=
32 document
.querySelector('title').innerHTML
;
34 //#if target=es6-module
35 <script src=
"tester1.mjs" type=
"module"></script>
37 <script src=
"jswasm/sqlite3.js"></script>
38 <script src=
"tester1.js"></script>