Nothing is working but it is on the right track! ASYNCIFY removed, manual waiting instead and some proxying logic

This commit is contained in:
msqr1
2024-01-28 00:09:16 -08:00
parent efb56e19f9
commit 8796f35445
22 changed files with 239 additions and 7375 deletions

12
test/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="BrowserRecognizer.js" async defer>
</script>
<!--
<script src="src/genericObj.js"></script>
<script src="src/model.js"></script>
<script src="src/spkModel.js"></script>
<script src="src/recognizer.js"></script>-->
</head>
</html>