diff options
author | Justin Karneges <justin@affinix.com> | 2013-01-28 20:08:55 -0800 |
---|---|---|
committer | Justin Karneges <justin@affinix.com> | 2013-01-28 20:08:55 -0800 |
commit | d4c0c0cd1c4e2cbd614de79362043a560b1242ee (patch) | |
tree | 7d4b6bd7c96243a97036420b06cdb2b845f816a2 /README | |
parent | db0f76bbfa49d3415158b4a0188e95c71783d82e (diff) | |
download | pollymer-d4c0c0cd1c4e2cbd614de79362043a560b1242ee.tar pollymer-d4c0c0cd1c4e2cbd614de79362043a560b1242ee.tar.gz |
rename method
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Non-JSON results: Polling: - Call setRequestAttempts(number) to enable multiple request attempts, with + Call setAttempts(number) to enable multiple request attempts, with exponential backoff. Pass -1 to indicate infinite attempts. Transport errors or HTTP responses in the 5xx range will cause a retry to occur. Any other error will be returned to the application. Request objects may be |