mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-21 16:08:53 +00:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
"use strict";
|
|
|
|
self.onmessage = function () {};
|
|
|
|
debugger;
|
|
postMessage("worker");
|