Mypal/dom/html/test/file_iframe_sandbox_worker.js

3 lines
73 B
JavaScript

self.onmessage = function(event) {
self.postMessage('make it so');
};