BrokenLinkChecker.prototype.withMaxDepth(depth: number): BrokenLinkChecker
Returns a new BrokenLinkChecker with the given maximum crawl depth. Seed URLs are depth 0.
BrokenLinkChecker.prototype.withMaxDepth(depth: number): BrokenLinkChecker
Returns a new BrokenLinkChecker with the given maximum crawl depth. Seed URLs are depth 0.
import { BrokenLinkChecker } from ".";