mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 21:29:23 +00:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
importScripts('worker-common.js');
|
|
onmessage = function(ev) {
|
|
check(ev.data, self);
|
|
};
|