Any way to include cookies in Js/Wasm like with fe...
# ktor
v
Any way to include cookies in Js/Wasm like with fetch RequestInit(credentials = RequestCredentials.INCLUDE) ?
a
You can use a workaround described here.