suyanhanx commented on code in PR #3619:
URL:
https://github.com/apache/incubator-opendal/pull/3619#discussion_r1405810111
##########
bindings/nodejs/tests/utils.mjs:
##########
@@ -54,3 +54,23 @@ export function loadConfigFromEnv(scheme) {
.map(([key, value]) => [key.replace(prefix, ''), value]),
)
}
+
+// A readable stream that reads from a buffer
+export class BufferStream extends Readable {
Review Comment:
Removed.
In fact, this is not an API. It's a testing utility class.
But there are things that can replace it. It's better to remove it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]