From 223a60bcb8a57b093b62364a600c2dde1fced46b Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Thu, 31 Jan 2013 16:13:36 -0800 Subject: update readme --- README | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README b/README index 39ed59c..33ff3e5 100644 --- a/README +++ b/README @@ -1,14 +1,14 @@ PollDance --------- -Date: January 28th, 2013 +Date: January 31st, 2013 Authors: Justin Karneges Katsuyuki Ohmuro -PollDance is a general-purpose AJAX library, implementing multiple transports -to ensure cross-domain access works in all major browsers. It also provides -conveniences for long-polling applications such as retries, exponential -backoff between requests, randomized request delaying, and workarounds for -browser "busy" indications. +PollDance is a general-purpose AJAX library that provides conveniences for +long-polling applications, such as request retries, exponential backoff +between requests, randomized request delaying, and workarounds for browser +"busy" indications. It also implements multiple transports to ensure +cross-domain access works in all major browsers. Dependencies: @@ -16,8 +16,10 @@ Dependencies: Available Transports: - XmlHttpRequest - for all modern CORS browsers - JSON-P - for IE7, IE8, IE9, and older versions of other browsers + XmlHttpRequest - for same-origin requests on all browsers, and cross-origin + requests on modern CORS browsers + JSON-P - for cross-origin requests on older non-CORS browsers such as IE7, + IE8, IE9, and Opera < 12.00 Limitations: -- cgit v1.2.3