UNPKG

stomp-websocket

Version:

STOMP for JavaScript apps (Web browser & node.js)

6 lines (4 loc) 133 B
module("Web Sockets"); test("check Web Sockets support", function() { ok(WebSocket, "this browser support Web Sockets"); });