Consider: ```javascript var x = true window.setInterval(1000, function() { if (x) { x = false; throw "foo"; } scalaJSCom.send("hello"); } ``` The message(s) `"hello"` should not be sent.