[Pkg-javascript-commits] [sockjs-client] 315/434: Jsonp only shows spinning cursor on send.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:22 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 db84a06325a154e79cdc82fbc214b18da84b1f09
Author: Marek Majkowski <majek04 at gmail.com>
Date: Mon Jan 16 14:05:15 2012 +0000
Jsonp only shows spinning cursor on send.
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 10ebe03..cdcce0e 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ iframe-htmlfile | [HtmlFile][^8] used from an [iframe via postMessage][^3].
xhr-polling | Long-polling using [cross domain XHR][^5].
xdr-polling | Long-polling using [XDomainRequest][^9].
iframe-xhr-polling | Long-polling using normal AJAX from an [iframe via postMessage][^3].
-jsnop-polling | Slow and old fashioned [JSONP polling][^6]. This transport will show "busy indicator" (aka: "spinning wheel").
+jsnop-polling | Slow and old fashioned [JSONP polling][^6]. This transport will show "busy indicator" (aka: "spinning wheel") when sending data.
[^1]: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76
@@ -302,7 +302,8 @@ There are various browser quirks which we don't intend to address:
* Pressing ESC in Firefox closes SockJS connection ([described
in socket.io thread](https://groups.google.com/group/socket_io/browse_thread/thread/a705e4cb532e8808)).
- * Jsonp-polling transport will show a "spinning wheel" (aka. "busy indicator").
+ * Jsonp-polling transport will show a "spinning wheel" (aka. "busy indicator")
+ when sending data.
* In most of the browsers you can't open more than one SockJS
connection to one domain at the same time (with the exception
of native websockets).
--
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