Ok, thanks! That is odd - it looks like it's just not able to communicate between the two windows...
Usually a windows.postMessage gets sent from the IDE to that window to set everything up,but it seems it's never getting received. Is yours a totally standard Chrome install? Looks like you've got a few things installed including adblock - I wonder if something has disabled the inter-window communication.
Come to think of it, you disabled adblock for the IDE, but is it possible that adblock is still on for the emulator subwindow? What if you just go to https://www.espruino.com/ide/emu_banglejs.html - is the adblock icon still enabled?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, thanks! That is odd - it looks like it's just not able to communicate between the two windows...
Usually a
windows.postMessage
gets sent from the IDE to that window to set everything up,but it seems it's never getting received. Is yours a totally standard Chrome install? Looks like you've got a few things installed including adblock - I wonder if something has disabled the inter-window communication.Come to think of it, you disabled adblock for the IDE, but is it possible that adblock is still on for the emulator subwindow? What if you just go to https://www.espruino.com/ide/emu_banglejs.html - is the adblock icon still enabled?