Test webworker app

This commit is contained in:
yflory
2017-12-01 15:03:01 +01:00
parent c6b8bbea59
commit fc027ba00b
8 changed files with 340 additions and 0 deletions

7
www/worker/messages.js Normal file
View File

@@ -0,0 +1,7 @@
define(function () {
var out = {};
out.test = "Key from /worker/messages.js";
return out;
});