MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus /

Class

js/botasaurus-server-js/src/server.ts:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 onComplete?: (info: OnCompleteInfo) => void | Promise<void>;
130};
131class _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> = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected