Dactyloidae/dom/security/test/csp/file_child-src_worker.js

4 lines
55 B
JavaScript

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