Skip to content

Commit a88ccb3

Browse files
committed
Don't use javascript: links
1 parent 0ebc68b commit a88ccb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,6 @@ There are various browser quirks which we don't intend to address:
380380
not good idea. The other way around should be fine.
381381
* Long polling is known to cause problems on Heroku, but
382382
[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

Comments
 (0)