tenfourfox/dom/html/test/file_iframe_sandbox_worker.js

3 lines
73 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
self.onmessage = function(event) {
self.postMessage('make it so');
};