Proposing `Effect.cached` for `ClientResponse.text` Implementation
somewhat related to previous; would there be any objection for the
it would be a departure from
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.