[Pkg-javascript-commits] [sockjs-client] 414/434: Don't use javascript: links
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit a88ccb3ceec26523e28a2a352cb699cb4f59cdf7
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Oct 3 14:02:09 2012 +0200
Don't use javascript: links
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 216c1a0..8f74eed 100644
--- a/README.md
+++ b/README.md
@@ -380,3 +380,6 @@ There are various browser quirks which we don't intend to address:
not good idea. The other way around should be fine.
* Long polling is known to cause problems on Heroku, but
[workaround for SockJS is available](https://github.com/sockjs/sockjs-node/issues/57#issuecomment-5242187).
+ * Don't use "javascript:" links on a page that uses SockJS. For
+ some reason clickling on this type of link breaks XDR/XHR requests
+ on IE (see [#90](https://github.com/sockjs/sockjs-client/issues/90)).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list