mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-27 03:20:56 +00:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
importScripts('worker-common.js');
|
|
onmessage = function(ev) {
|
|
check(ev.data, self);
|
|
};
|