Skip to content

Commit

Permalink
Github changed the markdown format. Is that better?
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Jan 12, 2012
1 parent 191fd7b commit f78d642
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,19 @@ var sockjs = new SockJS(url, protocols, options);

Where `options` is a hash which can contain:

<dl>
<dt>debug (boolean)</dt>
<dd>Print more debugging messages using 'console.log'.</dd>
<dt>devel (boolean)</dt>
<dd>Development mode. Currently settint it affects only caching of 'iframe.html'.</dd>
<dt>cookie (boolean)</dt>
<dd>Disables transports which doesn't support cookies (ie: XDR on
IE). Usefull for load balancing based on sticky sessions provided by
JSESSIONID cookie.</dd>
<dt></dt>
<dd></dd>
</dl>
* *debug (boolean)*

Print more debugging messages using 'console.log'.

* *devel (boolean)*

Development mode. Currently settint it affects only caching of 'iframe.html'.

* *cookie (boolean)*

Disables transports which doesn't support cookies (ie: XDR on
IE). Usefull for load balancing based on sticky sessions provided
by JSESSIONID cookie.

Although the 'SockJS' object tries to emulate the 'WebSocket'
behaviour, it's impossible to support all features. One of the
Expand Down

0 comments on commit f78d642

Please sign in to comment.