Currently we can only set credentials: https://docs.rs/yew/0.8.0/yew/services/fetch/struct.FetchOptions.html But there's a lot of other options that are very much needed: https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Parameters (init parameter)
Currently we can only set credentials:
https://docs.rs/yew/0.8.0/yew/services/fetch/struct.FetchOptions.html
But there's a lot of other options that are very much needed:
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Parameters (init parameter)