1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/testdata/cert/deno_land_unsafe_ssl.ts

3 lines
92 B
TypeScript
Raw Normal View History

const r = await fetch("https://localhost:5545/cert/cafile_info.ts");
2021-08-10 10:22:21 -04:00
console.log(r.status);