Adaptive Serving using JavaScript and the Network Information API October 10, 2018 navigator.connection.effectiveType is useful for delivering different assets based on the quality of the user's network connection. effectiveType is a property of the Network Information API, exposed to JavaScript via the navigator.connection object. In Chrome, you can drop the following into DevTools to see your ef