| 129 | onComplete?: (info: OnCompleteInfo) => void | Promise<void>; |
| 130 | }; |
| 131 | class _Server { |
| 132 | scrapers: Record<string, Scraper> = {}; |
| 133 | private rateLimit: { browser?: number; request?: number; task?: number } | Record<string, number> = { browser: 1 }; |
| 134 | private controlsCache: Record<string, any> = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected