Closed yPhil-gh closed 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?
item.guid
I read the Stream documentation on abortSignals, but I'm wondering it FeedParser has its own abort mechanism?
this.close();
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?