By default, only Firefox and its derivatives like SeaMonkey, QupZilla, etc. run scripts from locally opened .html files. :-<
Therefore in order to run in other browsers, we gotta open them w/ http: protocol, that is, as a server!
JavaScript mode automatically creates a local http: server and opens a browser in order to run the generated .html file w/ our compiled JS script.
Answers
Anyway, I have exported project as Javascript, but only Firefox can open it. I tried with Chrome and Explorer also, but it shows nothing.
By default, only Firefox and its derivatives like SeaMonkey, QupZilla, etc. run scripts from locally opened .html files. :-<
Therefore in order to run in other browsers, we gotta open them w/ http: protocol, that is, as a server!
JavaScript mode automatically creates a local http: server and opens a browser in order to run the generated .html file w/ our compiled JS script.