nathanboktae / robust-websocket

A robust reconnecting WebSocket client for the browser
ISC License
153 stars 24 forks source link

Docs error about options paramter #8

Open seb303 opened 3 years ago

seb303 commented 3 years ago

In the code example just after "But with an optional set of options you can specify as a 3rd parameter", the 2nd parameter is missing.

The example should read:

var ws = new RobustWebSocket('ws://echo.websocket.org/', [], {
.....