1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 13:10:46 +00:00
Files
UXP/dom/workers/test/WorkerDebugger.initialize_childWorker.js
T

7 lines
82 B
JavaScript

"use strict";
self.onmessage = function () {};
debugger;
postMessage("worker");