Three questions that should be answered:
- Should there be a streaming variant of this API?
- Should it be using a TransformStream style API (TextEncoderStream / TextDecoderStream), or should we use a synchronous API (TextDecoder style)? Or should we have both?
- Should these be included in the first iteration of this proposal, or should this be an extension for later?
Three questions that should be answered: