| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@nodejs/streams |
Sorry, something went wrong.
|
Actually, #39520 implements 2 as Readable.bodyUsed so maybe we don't need to do anything? |
Sorry, something went wrong.
|
I'm probably good at leaving things as is and have bodyUsed as 2. Leaving this open for now for visibility. @nodejs/streams if you have seen this and have nothing further to add please just 👍 and I'll close this after a few days. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Only readableDidRead if there actually has been data read.
We have a slight conflict of use case here:
1, If resume(), read(), pipe() has been called or 'data' or 'readable' listener exists.
2, If read() has returned data or 'end' or 'data' has been emitted.
Do we need two separate properties and if so what should they be called?
readableDidRead, readableDisturbed, readableUsed or readableReading?
If we only want/need one of them I would prefer 2.