_scrape(
url: string,
caller: AsyncCaller,
timeout: number | undefined,
textDecoder: TextDecoder,
options: CheerioOptions __type
): Promise<CheerioAPI>| Name | Type | Description |
|---|---|---|
url* | string | |
caller* | AsyncCaller | |
timeout* | number | undefined | |
textDecoder | TextDecoder | |
options | CheerioOptions & __type |