google ssl?

This commit is contained in:
Justin 2023-06-29 16:02:59 +08:00 committed by GitHub
parent 13d6dfd936
commit f742c9aeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);