v0.2.0
Breaking changes
- Rename
readToStream
togetStream
and change its interface to returnPromise<ReadableStream>
The promise resolves when the stream is available, the callee (that's you) is responsible for handling stream errors.
readToStream
to getStream
and change its interface to return Promise<ReadableStream>