Integrate suggestion from review to improve consistency with existing code.
4 setTimeout(function() {
5 window.addEventListener("message", function(msg) {
7 self.postMessage(msg.data);
9 else msg.source.postMessage(msg.data, '*');
12 document.getElementById('inner').src = iframePath;