Capture browser network informations
perfMetrics.onConnCaptured(function(etype, rtt, dlink, sdata, conn){
console.log(`etype: ${etype}, rtt: ${etype}, dlink: ${dlink}, sdata: ${sdata}`)
console.log(conn)
})
Browser network information
Capture browser network informations
perfMetrics.onConnCaptured(function(etype, rtt, dlink, sdata, conn){
console.log(`etype: ${etype}, rtt: ${etype}, dlink: ${dlink}, sdata: ${sdata}`)
console.log(conn)
})