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

> @@ -4841,6 +4996,11 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>  getter must return <span title=concept-Request-request>request</span>'s
>  <span title=concept-request-credentials-mode>credentials mode</span>.
>  
> +<p>The <dfn title=dom-Request-use-referred-token-binding><code>useReferredTokenBinding</code></dfn>
> +attribute's getter must return true if <span title=concept-Request-request>request</span>'s
> +<span title=concept-request-use-referred-token-binding>use-referred-token-binding flag</span>
> +is set, and false otherwise.

You didn't actually add an attribute to the `Request` object, did you mean to?

-- 
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/files/134b9885c84ccdb9656767e4b369adf010363795#r76749141

Received on Tuesday, 30 August 2016 08:20:13 UTC