DEV Community

Discussion on: Some useful JavaScript One-Liners

Collapse
 
dennistobar profile image
Dennis Tobar

Hi,

navigator.connection.downlink; is useful if you are not using Firefox or Safari (see can I use)

Collapse
 
shshank profile image
Shshank

thanks for updating.