Files
2018-02-02 04:16:08 -05:00

5 lines
89 B
JavaScript

importScripts('worker-common.js');
onmessage = function(ev) {
check(ev.data, self);
};