mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-25 09:48:44 +00:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
"use strict";
|
|
|
|
onmessage = function () {};
|
|
|
|
postMessage("ready");
|