Page MenuHomePhabricator

Test out the new Netinfo API coming in Chrome 62
Closed, DuplicatePublic

Description

Chrome 62 ( Oct 17th, 2017 ) will ship the new netinfo attributes where we can see downlink/rtt. We should try that out asap and think about if we can use it in our Navigation Timing metrics:

https://wicg.github.io/netinfo/#-dfn-downlink-dfn-attribute

Event Timeline

It's here now:

console.log(navigator.connection.effectiveType);

@Peter Anything in particular that we need to do for this ticket for the moment, other than collecting the new metrics (which has a review open in Gerrit already)?

No collect it should be enough!