andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

cancel in-flight requests upon emit('stop') #18

Open andykais opened 5 years ago

andykais commented 5 years ago

node-fetch readme#request-cancellation

andykais commented 5 years ago

also implement for `emit('stop:')