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
{{ message }}
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
As part of a process of alignment with the tc39 iterator helpers proposal - just letting you know.
The main difference is that this doesn't listen to data (which we believe is better) and instead uses the async iterator protocol (which in turn uses readable).
Actually, it's already in Node since v17.5 — still experimental probably because they're waiting to see how the TC39 proposal will land. Anyway, might be nice to add a little message in the README telling people they probably don't need this lib anymore.
As part of a process of alignment with the tc39 iterator helpers proposal - just letting you know.
The main difference is that this doesn't listen to
data
(which we believe is better) and instead uses the async iterator protocol (which in turn usesreadable
).nodejs/node#41553
Feedback welcome
The text was updated successfully, but these errors were encountered: