Summary
Cookies can be sent with requests using the Fetch API, but they must first be set by writing to document.cookie prior to making the request. This is handled automatically by the browser, and cannot be manipulated manually in either XMLHttpRequest nor fetch().
1
According to