i tried 1v97.62 as well. this code does not return a page to the repl anymore
function getPage() { require("http").get("http://www.pur3.co.uk/hello.txt", function(res) { console.log("Response: ",res); res.on('data', function(d) { console.log("--->"+d); }); }); }
@J{a}SON started
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.
i tried 1v97.62 as well. this code does not return a page to the repl anymore