Last updated 5 months ago
• Docs
/ / CrawlGuide
CrawlGuide: (q) => []
q
Crawl Guide
A crawl guide directs the crawl task by specifying the next pulses to visit.
[]
// a guide that directs the crawl along one chain const crawlAlong: CrawlGuide = ({ pulse, chain }) => { return [{ chain, pulse: pulse.value.content.links[0] }] })
ResolvePulseQueryStrict
FulfilledCrawlResult