BrokenLinkChecker.prototype.preprocessUrl(fn: (url: URL) => URL): BrokenLinkChecker
Returns a new BrokenLinkChecker that transforms discovered URLs before deduplication and checking.
BrokenLinkChecker.prototype.preprocessUrl(fn: (url: URL) => URL): BrokenLinkChecker
Returns a new BrokenLinkChecker that transforms discovered URLs before deduplication and checking.
import { BrokenLinkChecker } from ".";