0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 06:02:18 -05:00
denoland-deno/cli/tests/testdata/cert/deno_land_unsafe_ssl.ts
2023-01-13 11:20:16 -05:00

2 lines
92 B
TypeScript

const r = await fetch("https://localhost:5545/cert/cafile_info.ts");
console.log(r.status);