-
• #2
Oh, cool, it freezes Chrome on Windows really hard. The tab is dead. Even closing the tab and reopening https://www.espruino.com/ide/ has some issues and does not load. I need to keep the tab closed and wait some time (for chrome to kill it on background?) and then it loads again.
-
• #3
Oops - wow, that's not good!
I guess the easiest thing would be to just print a
not implemented
message -
• #4
Yes
not impemented
would help. -
• #5
Or maybe mapping it to
reset()
would do too. -
• #6
Yes, good point
reset()
should have basically the same effect in the emulator -
• #7
Just fixed... Won't update the emulator until later though
Just tested
E.reboot()
in the Emulator and freezed the WebIDE in Chrome on Mac OS X. Is this what should happen?