Skip to content

Commit 50f31c8

Browse files
committed
Add documentation about query string support
Fixes #248
1 parent cc1d86e commit 50f31c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Similar to the 'WebSocket' API, the 'SockJS' constructor takes one, or more argu
115115
var sockjs = new SockJS(url, _reserved, options);
116116
```
117117

118+
`url` may contain a query string, if one is desired.
119+
118120
Where `options` is a hash which can contain:
119121

120122
* **server (string)**

0 commit comments

Comments
 (0)