xref: /sqlite-3.40.0/ext/wasm/demo-worker1.html (revision fd31ae3b)
1*fd31ae3bSstephan
2*fd31ae3bSstephan<!doctype html>
3*fd31ae3bSstephan<html lang="en-us">
4*fd31ae3bSstephan  <head>
5*fd31ae3bSstephan    <meta charset="utf-8">
6*fd31ae3bSstephan    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7*fd31ae3bSstephan    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
8*fd31ae3bSstephan    <link rel="stylesheet" href="common/emscripten.css"/>
9*fd31ae3bSstephan    <link rel="stylesheet" href="common/testing.css"/>
10*fd31ae3bSstephan    <title>sqlite3-worker1.js tests</title>
11*fd31ae3bSstephan  </head>
12*fd31ae3bSstephan  <body>
13*fd31ae3bSstephan    <header id='titlebar'><span>sqlite3-worker1.js tests</span></header>
14*fd31ae3bSstephan    <!-- emscripten bits -->
15*fd31ae3bSstephan    <figure id="module-spinner">
16*fd31ae3bSstephan      <div class="spinner"></div>
17*fd31ae3bSstephan      <div class='center'><strong>Initializing app...</strong></div>
18*fd31ae3bSstephan      <div class='center'>
19*fd31ae3bSstephan        On a slow internet connection this may take a moment.  If this
20*fd31ae3bSstephan        message displays for "a long time", intialization may have
21*fd31ae3bSstephan        failed and the JavaScript console may contain clues as to why.
22*fd31ae3bSstephan      </div>
23*fd31ae3bSstephan    </figure>
24*fd31ae3bSstephan    <div class="emscripten" id="module-status">Downloading...</div>
25*fd31ae3bSstephan    <div class="emscripten">
26*fd31ae3bSstephan      <progress value="0" max="100" id="module-progress" hidden='1'></progress>
27*fd31ae3bSstephan    </div><!-- /emscripten bits -->
28*fd31ae3bSstephan    <div>Most stuff on this page happens in the dev console.</div>
29*fd31ae3bSstephan    <hr>
30*fd31ae3bSstephan    <div id='test-output'></div>
31*fd31ae3bSstephan    <script src="common/SqliteTestUtil.js"></script>
32*fd31ae3bSstephan    <script src="demo-worker1.js"></script>
33*fd31ae3bSstephan  </body>
34*fd31ae3bSstephan</html>
35