New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate Readable.readableFlowing setter
#39495
Comments
Readable.readableFlowing setter
Readable.readableFlowing setterReadable.readableFlowing setter
|
I'm +1. I think I added it because we needed it somewhere in core. |
|
There might be one case where it makes sense to have it: https://github.com/nodejs/undici/blob/main/lib/client.js#L723-L733 Not sure how we could work around that. Maybe change undici so it uses |
|
It is also used in : Line 523 in 533cafc
Line 719 in 533cafc
Line 384 in 533cafc
node/lib/internal/child_process.js Line 438 in 533cafc
|
|
It's probably easier to keep using it there than fixing it. I'm more concerned with the public api to our users. |
|
How about the evolution of this implementation? |
|
Have something who I can help? Some guidance could be great |
How this works and what it does is pretty undefined and I don't think users should be using this setter.
The text was updated successfully, but these errors were encountered: