Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.72 KB

_client_mugshots_scrapemugshots_.md

File metadata and controls

64 lines (34 loc) · 1.72 KB

mugshots-client > "client/mugshots/scrapeMugshots"

External module: "client/mugshots/scrapeMugshots"

Index

Interfaces

Functions

Object literals


Functions

scrapeMugshots

scrapeMugshots(pagePool: Pool<Page>, urls: string[], opts?: ScrapeOptions): Promise<Mugshot[]>

Defined in client/mugshots/scrapeMugshots.ts:13

Parameters:

Name Type Default value
pagePool Pool<Page> -
urls string[] -
Default value opts ScrapeOptions {}

Returns: Promise<Mugshot[]>


Object literals

<Const> defaults

defaults: object

Defined in client/mugshots/scrapeMugshots.ts:9

maxChunkSize

● maxChunkSize: number = 100

Defined in client/mugshots/scrapeMugshots.ts:10