file_iframe_sandbox_worker.js (73B)
1 self.onmessage = function (event) { 2 self.postMessage("make it so"); 3 };