summaryrefslogtreecommitdiff
path: root/public/data.html
blob: 8577ab5763e52e4afb703989920221ee913f3ed9 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
  <script>alert(`effectiveType: ${navigator.connection.effectiveType}\ntype: ${navigator.connection.type}\ndownlink: ${navigator.connection.downlink}\nsaveData: ${navigator.connection.saveData}\nrtt: ${navigator.connection.rtt}\nHornchat.mobileData: ${navigator.connection.type === "cellular" || navigator.connection.type === "bluetooth" || navigator.connection.saveData}`);</script>
</body>
</html>