1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-25 09:48:44 +00:00
Files
UXP/dom/workers/test/WorkerDebugger_frozen_worker1.js
T

6 lines
66 B
JavaScript

"use strict";
onmessage = function () {};
postMessage("ready");