aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharmony7 <harmony7@pex2.jp>2013-04-23 10:06:10 +0900
committerharmony7 <harmony7@pex2.jp>2013-04-23 10:06:10 +0900
commita33fba12177834ca064bece43f80e766dcf60220 (patch)
tree068d272adf28c359546f8893f475245fb11a939e
parenta8b36f2bb7acc298cbbd1ab7efa9e13bfaa3b708 (diff)
downloadpollymer-a33fba12177834ca064bece43f80e766dcf60220.tar
pollymer-a33fba12177834ca064bece43f80e766dcf60220.tar.gz
Update README w/ info about withCredentials
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index cbb49db..a330340 100644
--- a/README
+++ b/README
@@ -112,6 +112,13 @@ Properties of Request Object:
Explicitly set the transport to use. Default is transportType.Auto, which
automatically chooses the best transport when the request is started.
+ withCredentials: boolean
+ If set to true, and the request will be a cross-origin request performed
+ over an XmlHttpRequest transport using CORS, then the withCredentials flag
+ will be set on the XmlHttpRequest object to be used. Use this flag if the
+ CORS request needs to have HTTP Cookies and/or HTTP Authentication
+ information sent along with it.
+
Retries:
When a request fails at the transport level, or the request succeeds with an