[fetch] "Let preflightResponse be the result of performi..." (#174)

https://fetch.spec.whatwg.org/#http-fetch

> Let preflightResponse be the result of performing a CORS\-preflight fetch using request\.
> 
> If preflightResponse is a network error, return preflightResponse\. 

What is the purpose of `preflightResponse`? It is referenced nowhere after this step. Is it simply just used to check whether the result of `preflight-fetch` is a network error?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/174

Received on Thursday, 10 December 2015 22:23:30 UTC