- From: jugglinmike <notifications@github.com>
- Date: Tue, 02 May 2017 10:31:09 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 May 2017 17:31:55 UTC
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