[Pkg-javascript-commits] [sockjs-client] 123/350: Add issue numbers to xhr-streaming comment
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:50 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 fb5e2ee49477cd60f874dc4b056bef98e2cd242b
Author: Bryce Kahle <bkahle at gmail.com>
Date: Fri Oct 10 18:10:35 2014 -0400
Add issue numbers to xhr-streaming comment
---
lib/transport/xhr-streaming.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/transport/xhr-streaming.js b/lib/transport/xhr-streaming.js
index 06625ef..af572e7 100644
--- a/lib/transport/xhr-streaming.js
+++ b/lib/transport/xhr-streaming.js
@@ -18,7 +18,8 @@ XhrStreamingTransport.enabled = function(url, info) {
if (info.nullOrigin) {
return false;
}
- // Opera doesn't support xhr-streaming
+ // Opera doesn't support xhr-streaming #60
+ // But it might be able to #92
if (browser.isOpera()) {
return false;
}
--
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