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

I don't understand. We have to make a preflight fetch either way. That comes with a lot of cost since it's an additional fetch and IO is expensive. Returning a boolean or the response itself seems trivial compared to that. If you think it matters a lot you could let your implementation return a boolean instead I suppose.

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

Received on Monday, 14 December 2015 18:46:19 UTC