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-04 08:54:20 -05:00
Code
Issues
Wiki
Activity
a5ad3a44b5
denoland-deno
/
cli
/
tests
/
testdata
/
cert
/
deno_land_unsafe_ssl.ts
3 lines
68 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Revert "test: fix flaky deno_land_unsafe_ssl test (#17357)" (#17368) This reverts commit ee2c6cb04af232be672b31b81f7c377b2f571267. Closes https://github.com/denoland/deno/issues/17359
2023-01-12 09:25:20 -05:00
const
r
=
await
fetch
(
"https://google.com"
)
;
v1.13.0
2021-08-10 10:22:21 -04:00
console
.
log
(
r
.
status
)
;
Copy permalink