Re: [whatwg/fetch] Add unsafe-no-cors mode (PR #1533)

Alright, I'm about to upload a new version that is more in line with a "stable no-cors" vision.

The diff looks small because some of the algorithms actually just work the way we want when a new enum value is added without any change needed. For example, in no-cors specific checks like "Cross-Origin-Embedder-Policy allows credentials" we are exempt because we are not "no-cors". 

I still need to consider the ECMAScript and HTML integration and sort out the neatest way to get caller-control over the presence of the Origin header in unsafe-no-cors. However, I think this benefits from share-early-share-often, if only to keep visibility into the thought process.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1533#issuecomment-1314387362
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1533/c1314387362@github.com>

Received on Monday, 14 November 2022 21:13:37 UTC