1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/dom/security/test/csp/file_child-src_worker.js
T

5 lines
55 B
JavaScript

onmessage = function(e) {
postMessage('worker');
};