The explainer says:
To address this, we propose to only offer streaming explanations asynchronously from the list of corrections (ProofreadCorrection) through a streaming API.
Does this mean the proofreadStreaming()
method would return a ReadableStream<ProofreadCorrection[]>
?