deno/cli/tests/testdata/deno_land_unsafe_ssl.ts

2 lines
68 B
TypeScript

const r = await fetch("https://google.com");
console.log(r.status);