1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-24 17:28:45 +00:00
Files
UXP/dom/workers/test/filePosting_worker.js
T

4 lines
60 B
JavaScript

onmessage = function(event) {
postMessage(event.data);
};