You are reading a single comment by @J{a}SON and its replies. Click here to read the full conversation.
  • 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);
        });
      });
    }
    
    
About

Avatar for J{a}SON @J{a}SON started