mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-20 06:49:13 +00:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
"use strict";
|
|
|
|
self.onmessage = function () {
|
|
postMessage("worker");
|
|
debugger;
|
|
};
|