We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebc68b commit a88ccb3Copy full SHA for a88ccb3
README.md
@@ -380,3 +380,6 @@ There are various browser quirks which we don't intend to address:
380
not good idea. The other way around should be fine.
381
* Long polling is known to cause problems on Heroku, but
382
[workaround for SockJS is available](https://github.com/sockjs/sockjs-node/issues/57#issuecomment-5242187).
383
+ * Don't use "javascript:" links on a page that uses SockJS. For
384
+ some reason clickling on this type of link breaks XDR/XHR requests
385
+ on IE (see [#90](https://github.com/sockjs/sockjs-client/issues/90)).
0 commit comments