[Pkg-javascript-commits] [node-stream-http] 82/208: Update README.md
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 13:39:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-http.
commit caa40a0950e937a207b902d664f9caf52201cd07
Author: Jan Bölsche <regular.gonzales at googlemail.com>
Date: Fri Aug 28 19:40:15 2015 +0200
Update README.md
from the code it looks like if withCredentials defaults to false now.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 416a9a3..23da71c 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ node docs for how these work.
### Extra features compared to node
* The `options.withCredentials` boolean flag, used to indicate if the browser should send
-cookies or authentication information with a CORS request. Default true.
+cookies or authentication information with a CORS request. Default false.
This module has to make some tradeoffs to support binary data and/or streaming. Generally,
the module can make a fairly good decision about which underlying browser features to use,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git
More information about the Pkg-javascript-commits
mailing list