Re: [whatwg/fetch] Add TAO check (#955)

npm1 commented on this pull request.



> @@ -4998,7 +5003,7 @@ be removed before that moment arrives.
 
   <dl>
    <dt><a for="cache entry">serialized origin</a>

This should be named byte-serialized origin now.

> @@ -5059,7 +5083,7 @@ agent's <a>CORS-preflight cache</a> for which there is a <a>cache entry match</a
  <li><p>If <var>request</var>'s <a for=request>credentials mode</a> is not "<code>include</code>"
  and <var>origin</var> is `<code>*</code>`, then return success.

```suggestion
  and <var>origin</var> is "<code>*</code>", then return success.
```

-- 
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/955#pullrequestreview-326317474

Received on Tuesday, 3 December 2019 17:33:51 UTC