[Pkg-javascript-commits] [sockjs-client] 342/350: Update browser transport table for Safari 6+

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit cc1d86e164978912956e23df3c8388722042ea47
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Sat Apr 30 14:13:49 2016 -0700

    Update browser transport table for Safari 6+
    
    Fixes #281
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0d73950..5423948 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,8 @@ 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 / rfc6455| xhr-streaming   | xhr-polling
-Safari 5        | hixie-76         | xhr-streaming   | xhr-polling
+Safari 5.x      | hixie-76         | xhr-streaming   | xhr-polling
+Safari 6+       | rfc6455          | xhr-streaming   | xhr-polling
 Opera 10.70+    | no ‡      | iframe-eventsource | iframe-xhr-polling
 Opera 12.10+    | rfc6455          | xhr-streaming | 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