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.
2 parents 3691997 + a88ccb3 commit 4a9bd07Copy full SHA for 4a9bd07
README.md
@@ -381,3 +381,6 @@ There are various browser quirks which we don't intend to address:
381
not good idea. The other way around should be fine.
382
* Long polling is known to cause problems on Heroku, but
383
[workaround for SockJS is available](https://github.com/sockjs/sockjs-node/issues/57#issuecomment-5242187).
384
+ * Don't use "javascript:" links on a page that uses SockJS. For
385
+ some reason clickling on this type of link breaks XDR/XHR requests
386
+ on IE (see [#90](https://github.com/sockjs/sockjs-client/issues/90)).
0 commit comments