Re: [whatwg/fetch] Remove the CORS flag (#960)

The change looks good, but I have a few questions for the future direction.

At this moment we have two options for "bookkeeping".

1. As a parameter for fetch algorithms (e.g., CORS preflight flag)
1. As a field of the concept request (e.g., request's tainted origin flag)

Do we have a general preference to one over the other? What do you think about separating such bookkeeping fields from the concept request? To be honest I'm not very comfortable with these fields as I believe they should be part of loader (or fetcher), not the request.



-- 
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/960#issuecomment-552280331

Received on Monday, 11 November 2019 03:35:59 UTC