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

> @@ -4841,6 +4955,10 @@ <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 <span title=concept-Request-request>request</span>'s
> +<span title=concept-request-use-referred-token-binding>use-referred-token-binding flag</span>.

A flag is either set or unset and this wants to return a boolean. So unfortunately you'll have to do a conditional.

---
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/3c6e385c02263aa186eef6eb4243f51ea5c706cc#r68724669

Received on Tuesday, 28 June 2016 09:24:49 UTC