- From: Nikki <notifications@github.com>
- Date: Mon, 14 Dec 2015 11:13:22 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 14 December 2015 19:13:54 UTC
If the preflight fetch doesn't return a network error, the information inside `preflightResponse` is never used anyways. After the last point a preflight fetch can return a network error (step 7 substep 6 or step 8), the only purpose is to update the `CORS-preflight cache`. Where does that cache come up again? `HTTP Fetch` doesn't refer to it directly. I get the feeling that doing the whole preflight fetch call is important for that cache, but it's hard to tell why it matters. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/174#issuecomment-164529860
Received on Monday, 14 December 2015 19:13:54 UTC