Re: [whatwg/fetch] Clarify that credentials include HTTP auth (#616)

annevk commented on this pull request.



> @@ -1446,10 +1445,9 @@ is a <a>filtered response</a> whose
 
 <h3 id=authentication-entries>Authentication entries</h3>
 
-<p>An <dfn export>authentication entry</dfn> and a
-<dfn export>proxy-authentication entry</dfn> are tuples of username, password, and realm,
-associated with one or more <a for=/>requests</a>.
-
+<p>An <dfn export>authentication entry</dfn> and a <dfn export>proxy-authentication entry</dfn> are
+tuples of username, password, and realm, used for HTTP authentication, and associated with one or
+more <a for=/>requests</a>

Trailing dot went missing. Also, I'd make it "HTTP and HTTP proxy authentication" maybe?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/616#pullrequestreview-69184083

Received on Friday, 13 October 2017 10:19:51 UTC