google ssl?

This commit is contained in:
Justin
2023-06-29 16:02:59 +08:00
committed by GitHub
parent 13d6dfd936
commit f742c9aeff

View File

@@ -8629,7 +8629,7 @@
try {
const online = await fetch("https://www.google.com/");
const online = await fetch("https://ssl.gstatic.com/");
console.log(online.status);