- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 24 May 2018 02:37:18 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 May 2018 09:37:40 UTC
I suspect the problem with the preflight cache dates back from when I added support redirects following a successful preflight. I don't think I fully considered how the preflight cache should behave in cases where the request's origin was opaque. Most performant would probably be to change the origin key into a byte sequence and use `null` if the tainted origin flag is set. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/594#issuecomment-391652741
Received on Thursday, 24 May 2018 09:37:40 UTC