Re: [whatwg/fetch] Update Fetch to support Token Binding (#715)

vanupam commented on this pull request.



> @@ -5227,6 +5731,10 @@ constructor must run these steps:
  <a for=request>credentials mode</a> to
  <var>credentials</var>.
 
+ <li><p>If <var>useReferredTokenBinding</var> is true, set <var>request</var>'s
+ <a for=request>referred-token-binding origin</a> to
+ <var>origin</var>.

The intent here is to allow scripts to easily indicate that they want to use referred token binding, without letting them set the referred-token-binding origin. This origin is relevant only when TB is being used and there is a TB key.

(Moot now: API changes have been removed.)

-- 
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/715#discussion_r185594057

Received on Wednesday, 2 May 2018 18:26:13 UTC