Re: [whatwg/fetch] Response filter escalation (#535)

Step 3.3.2 sets *actualResponse*:

> 2. Set *actualResponse* to *response*, if *response* is not a filtered response, and to *response*'s internal response otherwise. 

...but that value is only used in the subsequent application of CSP semantics (step 3.3.4) and later to make determinations about redirects (step 5). HTTP fetch ultimately returns *response* in step 6:

> 6. Return *response*.

Should that final step instead read "Return *actualResponse*."?

-- 
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/issues/535#issuecomment-298704820

Received on Tuesday, 2 May 2017 17:31:55 UTC