It may be useful to be able to set the option `credentials` to `include`. At the moment it is hardcoded to `same-origin`. https://github.com/rails/request.js/blob/main/src/fetch_request.js#L59 https://developer.mozilla.org/en-US/docs/Web/API/fetch#parameters Thank you