Fetch a resource from LOCATION with request's origin set to the origin of the master document, the mode to CORS and the omit credentials mode to CORS.
There is no "omit credentials" mode in the current Fetch draft, and the mode that _is_ there, "credentials mode", doesn't have "CORS" as a value. Presumably this is asking for "same-origin"?
-Boris