danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

Abort FeedParser? #289

Closed yPhil-gh closed 3 years ago

yPhil-gh commented 3 years ago

I'm trying to get feedParser to stop/abort the stream when it gets to a given article item.guid ; is it technically possible or should I stop even trying right now?

I read the Stream documentation on abortSignals, but I'm wondering it FeedParser has its own abort mechanism?

yPhil-gh commented 3 years ago

this.close();