When WritableStream.write() and WritableStream.close() contain async code, they should return the Promise, indicating completion.
When this example is modified to make HTTP Requests during processing, it did not wait for the response before processing and returning the next chunk.
When WritableStream.write() and WritableStream.close() contain async code, they should return the Promise, indicating completion.
When this example is modified to make HTTP Requests during processing, it did not wait for the response before processing and returning the next chunk.