mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
"use strict";
|
|
|
|
self.onmessage = function () {
|
|
postMessage("worker");
|
|
debugger;
|
|
};
|