mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 20:55:35 -05:00
2 lines
92 B
TypeScript
2 lines
92 B
TypeScript
const r = await fetch("https://localhost:5545/cert/cafile_info.ts");
|
|
console.log(r.status);
|