Dactyloidae/dom/html/test/file_iframe_sandbox_worker.js

3 lines
71 B
JavaScript
Raw Normal View History

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