[Pkg-javascript-commits] [sockjs-client] 53/434: we do support xhr-streaming now
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:01 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 797c3ae14b54b6e093408b4112e5acdd19f2b786
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Aug 3 19:49:27 2011 +0100
we do support xhr-streaming now
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 52e4308..f95759e 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,10 @@ Supported transports
Protocol | Browser
------------------------------------------------- | -------------
-[WebSocket hixie-76][^1] | Chrome 6-12
+[WebSocket hixie-76][^1] | Chrome 6-12, Safari 5, Firefox 4 (disabled), Opera 11 (disabled)
[WebSocket hybi-10][^2] | Chrome 14+, Firefox 6+
-[IFrame via postMessage][^3] + [EventSource][^4] | Opera 10.70+, Firefox 3.5+, Safari 5+
+[IFrame via postMessage][^3] + [EventSource][^4] | Opera 10.70+, Firefox 3.5+
+[XDR streaming][^7] (CORS) | IE 8, Firefox 3.5+, Safari 4+, Chrome 3+
[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][^6] polling | (fallback)
@@ -33,3 +34,4 @@ Protocol | Browser
[^4]: http://dev.w3.org/html5/eventsource/
[^5]: https://secure.wikimedia.org/wikipedia/en/wiki/XMLHttpRequest#Cross-domain_requests
[^6]: https://secure.wikimedia.org/wikipedia/en/wiki/JSONP
+[^7]: http://www.debugtheweb.com/test/teststreaming.aspx
--
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