samarpanda / netinfo

Browser network information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Information

Capture browser network informations

Usage

perfMetrics.onConnCaptured(function(etype, rtt, dlink, sdata, conn){
  console.log(`etype: ${etype}, rtt: ${etype}, dlink: ${dlink}, sdata: ${sdata}`)
  console.log(conn)
})

About

Browser network information

License:MIT License


Languages

Language:JavaScript 100.0%