Worker message @JsExport example

This commit is contained in:
2020-08-19 10:42:24 +02:00
commit 36990a18b6
44 changed files with 752 additions and 0 deletions

11
web/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test</title>
</head>
<body>
<script src="test-worker-message.js" type="text/javascript"></script>
</body>
</html>