[Pkg-javascript-commits] [sockjs-client] 387/434: Added IE 10, updated RFC6455 implementations
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:27 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 ec5137d3a386d1cbbf62766d5d979b823564eaca
Author: Marek Majkowski <majek04 at gmail.com>
Date: Mon Apr 16 16:17:34 2012 +0100
Added IE 10, updated RFC6455 implementations
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3b42eb3..48e4680 100644
--- a/README.md
+++ b/README.md
@@ -162,10 +162,11 @@ _Browser_ | _Websockets_ | _Streaming_ | _Polling_
IE 6, 7 | no | no | jsonp-polling
IE 8, 9 (cookies=no) | no | xdr-streaming † | xdr-polling †
IE 8, 9 (cookies=yes)| no | iframe-htmlfile | iframe-xhr-polling
-Chrome 6-12 | hixie-76 | xhr-streaming | xhr-polling
-Chrome 14+ | hybi-10 | xhr-streaming | xhr-polling
+IE 10 | RFC6455 | xhr-streaming | xhr-polling
+Chrome 6-13 | hixie-76 | xhr-streaming | xhr-polling
+Chrome 14+ | hybi-10 / RFC6455| xhr-streaming | xhr-polling
Firefox <10 | no ‡ | xhr-streaming | xhr-polling
-Firefox 10+ | hybi-10 | xhr-streaming | xhr-polling
+Firefox 10+ | hybi-10 / RFC6455| xhr-streaming | xhr-polling
Safari 5 | hixie-76 | xhr-streaming | xhr-polling
Opera 10.70+ | no ‡ | iframe-eventsource | iframe-xhr-polling
Konqueror | no | no | jsonp-polling
--
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