10db30895Sstephan<!doctype html> 20db30895Sstephan<html lang="en-us"> 30db30895Sstephan <head> 40db30895Sstephan <meta charset="utf-8"> 50db30895Sstephan <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 60db30895Sstephan <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> 70db30895Sstephan <link rel="stylesheet" href="common/emscripten.css"/> 80db30895Sstephan <link rel="stylesheet" href="common/testing.css"/> 90db30895Sstephan <title>Async-behind-Sync experiment</title> 100db30895Sstephan </head> 110db30895Sstephan <body> 12*cd0df83cSstephan <header id='titlebar'><span>Async-behind-Sync sqlite3_vfs</span></header> 13*cd0df83cSstephan <div>This performs a sanity test of the "opfs" sqlite3_vfs. 140db30895Sstephan <strong>See the dev console for all output.</strong> 150db30895Sstephan </div> 16f3860120Sstephan <div> 17f3860120Sstephan <a href='?delete'>Use this link</a> to delete the persistent OPFS-side db (if any). 180db30895Sstephan </div> 19f3860120Sstephan <div id='test-output'></div> 20*cd0df83cSstephan <script> 21*cd0df83cSstephan new Worker( 22*cd0df83cSstephan "test-opfs-vfs.js?sqlite3.dir=jswasm&"+self.location.search.substr(1) 23*cd0df83cSstephan ); 24*cd0df83cSstephan </script> 250db30895Sstephan </body> 260db30895Sstephan</html> 27