1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli/tests/deno_land_unsafe_ssl.ts
Bartek Iwańczuk d82351d677
v1.13.0
2021-08-10 16:22:21 +02:00

2 lines
68 B
TypeScript

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