method BrokenLinkChecker.prototype.withTimeout
BrokenLinkChecker.prototype.withTimeout(ms: number): BrokenLinkChecker

Returns a new BrokenLinkChecker with the given request timeout in milliseconds.

Parameters

ms: number

Return Type

Usage

import { BrokenLinkChecker } from ".";