This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-02 09:34:19 -04:00
Code
Issues
Wiki
Activity
ee2c6cb04a
denoland-deno
/
cli
/
tests
/
testdata
/
cert
/
deno_land_unsafe_ssl.ts
3 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test: fix flaky deno_land_unsafe_ssl test (#17357)
2023-01-11 19:04:25 -05:00
const
r
=
await
fetch
(
"https://localhost:5545/cert/cafile_info.ts"
)
;
v1.13.0
2021-08-10 10:22:21 -04:00
console
.
log
(
r
.
status
)
;
Copy permalink