[Pkg-javascript-commits] [sockjs-client] 47/434: Let's use the name XDR for cross domain XHR.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:00 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 52a6fb99b9b4dd23eb19dd8922f19e184b1652d1
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Aug 3 11:14:56 2011 +0100
Let's use the name XDR for cross domain XHR.
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index ccd9dd8..52e4308 100644
--- a/README.md
+++ b/README.md
@@ -22,14 +22,14 @@ Protocol | Browser
[WebSocket hixie-76][^1] | Chrome 6-12
[WebSocket hybi-10][^2] | Chrome 14+, Firefox 6+
[IFrame via postMessage][^3] + [EventSource][^4] | Opera 10.70+, Firefox 3.5+, Safari 5+
-Cross domain XHR - polling | IE 8, Firefox 3.5+, Safari 4+, Chrome 3+ (through misbehaving proxy)
+[XDR polling][^5] (CORS) | IE 8, Firefox 3.5+, Safari 4+, Chrome 3+ (through misbehaving proxy)
[IFrame via postMessage][^3] + XHR polling | Opera 9+
-[JsonP][^5] polling | (fallback)
+[JsonP][^6] polling | (fallback)
[^1]: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76
[^2]: http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10
[^3]: https://developer.mozilla.org/en/DOM/window.postMessage
[^4]: http://dev.w3.org/html5/eventsource/
-[^5]: https://secure.wikimedia.org/wikipedia/en/wiki/JSONP
-
+[^5]: https://secure.wikimedia.org/wikipedia/en/wiki/XMLHttpRequest#Cross-domain_requests
+[^6]: https://secure.wikimedia.org/wikipedia/en/wiki/JSONP
--
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