cantierecreativo/redux-bees

How can I set mode for fetch?

Opened this issue · 1 comments

the customized header cannot support mode like
configureHeaders(headers) { return { ...headers, mode: 'no-cors' } }
how can i change fetch mode there

Really late response (lol 1 year later). If you look at https://github.com/cantierecreativo/redux-bees/blob/master/src/httpMethods.js#L26 you can see that the http method can take options, which will allow you to override mode.