UNPKG

@cloudflare/puppeteer

Version:

A high-level API to control headless Chrome over the DevTools Protocol

9 lines 192 B
/** * @license * Copyright 2025 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ export interface BrowserWorker { fetch: typeof fetch; } //# sourceMappingURL=BrowserWorker.d.ts.map