You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I know that these are supposedly "legacy" properties, but setting them to true and never updating them is a bug IMHO.
How else are we supposed to know if any stream has ended/finished without peering into the private _*ableState properties? For example, if you have a function that takes in a Readable stream. If the stream has already ended, it's not like you can attach an end event handler or anything.
The text was updated successfully, but these errors were encountered:
Yes I know that these are supposedly "legacy" properties, but setting them to
true
and never updating them is a bug IMHO.How else are we supposed to know if any stream has ended/finished without peering into the private
_*ableState
properties? For example, if you have a function that takes in a Readable stream. If the stream has already ended, it's not like you can attach anend
event handler or anything.The text was updated successfully, but these errors were encountered: