blob: 4744578b2295e487f3ac6fb3d4c760c8aa07501e [file] [log] [blame]
importScripts('worker-common.js');
onmessage = function(ev) {
check(ev.data, self);
};