mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
importScripts('worker-common.js');
|
|
onmessage = function(ev) {
|
|
check(ev.data, self);
|
|
};
|