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

vanupam commented on this pull request.



> +<p>A <span title=concept-request>request</span> has an associated
+<dfn title=concept-request-use-referred-token-binding>use-referred-token-binding flag</dfn>.
+Unless stated otherwise, it is unset.
+
+<p class="note no-backref"> <span title=concept-request>Request</span>'s
+<span title=concept-request-use-referred-token-binding>use-referred-token-binding</span>
+flag controls whether the user agent will send the
+<span title=concept-token-binding-id>Token Binding Id</span>
+used by the user agent with the referring <span title=concept-request-origin>origin</span>,
+in addition to the <span title=concept-token-binding-id>Token Binding Id</span> used by the
+user agent with the <span title=concept-request-origin>origin</span>, when it transmits the
+<span title=concept-request>request</span> to the server.
+
+<p>A <span title=concept-request>request</span> has an associated
+<dfn title=concept-request-referred-token-binding-origin>referred-token-binding-origin</dfn>,
+which is an <span title=concept-request-origin>origin</span>. Unless stated otherwise, it is unset.

Set to null.

-- 
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/325

Received on Friday, 16 September 2016 19:57:16 UTC