How can H5+API Reference, like Yuansheng, detect WIFI signals but do not have a network?

http://www.html5plus.org/doc/...
this official website does not have this kind of situation, can only monitor the WIFI signal. But can not monitor this WIFI signal whether there is a network. It"s like
on PC connected to the network but not on the Internet. There will be a yellow triangle exclamation mark
which god can answer? Thank you very much ~

Jun.10,2022

generally whether there is a network or not, I judge by event monitoring:
online Or offline

window.addEventListener('online',  function () {
    console.log('online');
});
window.addEventListener('offline', function () {
   console.log('offline');
});
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38a95-41171.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38a95-41171.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?