You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that 'same-origin' is used for the credentials when fetching the style.
Shouldn't this be parametrable ? So we could call olms giving that parameter.
In my case, i need to set "include", but i cannot.
What do you think ?
Thank you for the work.
The text was updated successfully, but these errors were encountered:
We could either expose a global fetch options object, or you could use a fetch wrapper as additional entry point in your webpack config. If you prefer the former, we'd appreciate a pull request.
Hi,
I saw that 'same-origin' is used for the credentials when fetching the style.
Shouldn't this be parametrable ? So we could call olms giving that parameter.
In my case, i need to set "include", but i cannot.
What do you think ?
Thank you for the work.
The text was updated successfully, but these errors were encountered: