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 Dec 4, 2018. It is now read-only.
no unfortunately node streams do not support that in a clean way. you could call source.destroy() but you'd have to call it on the real source, i.e. the file or the network connection.
Is there a way to stop parsing after you hit a certain value?
For example:
This would useful when you only need a certain value or you only need to check a specific number of entries.
The text was updated successfully, but these errors were encountered: