Closed manuschiller closed 8 years ago
Hi!
Is it possible to chain the scraperjs.StaticScraper.create(url).scrape(function($){}) promises via Q to handle the results when all promises are resolved?
scraperjs.StaticScraper.create(url).scrape(function($){})
Q
Hi!
Is it possible to chain the
scraperjs.StaticScraper.create(url).scrape(function($){})
promises viaQ
to handle the results when all promises are resolved?