- From: Keith Yeung <notifications@github.com>
- Date: Thu, 10 Dec 2015 14:22:53 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 10 December 2015 22:23:30 UTC
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