https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API
const connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;console.log(connection.type === 'wifi')

https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API
const connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;console.log(connection.type === 'wifi')