- From: Ms2ger <notifications@github.com>
- Date: Tue, 19 May 2015 08:37:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 19 May 2015 15:37:58 UTC
https://fetch.spec.whatwg.org/#http-fetch > 1. Let *response* be the result of performing a CORS preflight fetch using *request*. > 2. If *response* is a network error, return *response*. *response* is already used for a variable introduced in step 1, which I think this variable is supposed to shadow. It would be clearer to use "preflight response", say. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/54
Received on Tuesday, 19 May 2015 15:37:58 UTC