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

@antosart commented on this pull request.



> @@ -4039,7 +4071,9 @@ the request.
  <a for="environment settings object">global object</a> is a {{Window}} object; otherwise
  "<code>no-window</code>".
 
- <li><p>If <var>request</var>'s <a for=request>origin</a> is "<code>client</code>", then set
+ <li><p>If <var>request</var>'s <a for=request>origin</a> is "<code>client</code>" and either
+ <var>request</var>'s <a for=request>mode</a> is not "<code>user-agent-no-cors</code>" or

There is an "or and" in this sentence (and I cannot decide whether it should be "or" or "and")

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

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

Received on Friday, 14 April 2023 07:36:15 UTC