Open srghma opened 1 month ago
Why
https://github.com/rowtype-yoga/purescript-fetch/blob/f2513c916b8652392b341211f80b007f482f9615/src/Fetch/Internal/Response.purs#L50
Is
json :: CoreResponse.Response -> Aff Foreign
And not
json :: CoreResponse.Response -> Aff Json?
Can it return something else?
check out https://github.com/rowtype-yoga/purescript-fetch?tab=readme-ov-file#yoga-json
Why
https://github.com/rowtype-yoga/purescript-fetch/blob/f2513c916b8652392b341211f80b007f482f9615/src/Fetch/Internal/Response.purs#L50
Is
json :: CoreResponse.Response -> Aff Foreign
And not
json :: CoreResponse.Response -> Aff Json?
Can it return something else?