mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
The enchilada module fails to bundle the Engine.IO client, so we'll just import the published bundle. The exception seems to come from debug: > Spread must be the final element of an element list
16 lines
372 B
HTML
16 lines
372 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>EIO Latency</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body>
|
|
<h1>EIO Latency <span id="latency"></span></h1>
|
|
<h2 id="transport">(connecting)</h2>
|
|
<canvas id="chart" height="200"></canvas>
|
|
|
|
<script src="/engine.io.min.js"></script>
|
|
<script src="/index.js"></script>
|
|
</body>
|
|
</html>
|