Effect CommunityEC
Effect Community3y ago
29 replies
Patrick Roza

Proposing `Effect.cached` for `ClientResponse.text` Implementation

somewhat related to previous; would there be any objection for the ClientReponse.text implementation to use an Effect.cached? it would side step any issues with re-reading/interpreting bodies.
it would be a departure from
fetch
's .text() implementation, but I think it's a convenient one.
Was this page helpful?