Will a cookie with the HttpOnly and Secure attributes be sent using Fetch API in case {credentials: "include"} is present in options?
fetch("https://some.url", { mode: "same-origin", credentials: "include", redirect: "manual" })