<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<script>
var supported = ("WebSocket" in window);
if (supported) alert("Supported WebSocket");
</script>
</head>
<body>
</body>
</html>
No comments:
Post a Comment