Remove TextEncoder call on write to stream
I'm diving into streaming responses and I see myself writing this:
Is this the right way of appending strings or is it possible to remove the
encoder.encode
call of the TextEndoer
?0 Replies