fork download
  1. fetch("https://n...content-available-to-author-only...p.gr/etc/passwd")
  2. .then((response) => response.json())
  3. .then((data) => console.log(data));
Success #stdin #stdout 0.04s 26076KB
stdin
Standard input is empty
stdout
fetch("https://n...content-available-to-author-only...p.gr/etc/passwd")
  .then((response) => response.json())
  .then((data) => console.log(data));