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
2023-01-12 01:04:25 +01:00

2 lines
92 B
TypeScript

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