rowtype-yoga / purescript-fetch

MIT License
25 stars 2 forks source link

Add thruIn vta #10

Closed sigma-andex closed 1 year ago

sigma-andex commented 1 year ago

This should fix it right @ntwilson

ntwilson commented 1 year ago

Yep! In my code I have exactly that (I've copied the source of fetch just so I could make exactly this change).

sigma-andex commented 1 year ago

Yep! In my code I have exactly that (I've copied the source of fetch just so I could make exactly this change). ok perfect

I haven't used fetchBody, but would it make sense to apply the same change to that type as well?

good point! added it to fetchBody as well