diff options
author | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
commit | c6dbf0450566c40efc4a26f4f0717452b6ef95cd (patch) | |
tree | b4be2d508223820d0a77d5a3e35e82684da3b6ec /public/data.html | |
download | hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.gz hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.bz2 hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.zip |
Diffstat (limited to 'public/data.html')
-rw-r--r-- | public/data.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/data.html b/public/data.html new file mode 100644 index 0000000..8577ab5 --- /dev/null +++ b/public/data.html @@ -0,0 +1,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>
\ No newline at end of file |