Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 312 Bytes

puppeteer.createbrowserfetcher.md

File metadata and controls

15 lines (12 loc) · 312 Bytes
sidebar_label
createBrowserFetcher

createBrowserFetcher variable

Signature:

createBrowserFetcher: (
  options: Partial<
    import('puppeteer-core/internal/puppeteer-core.js').BrowserFetcherOptions
  >
) => import('puppeteer-core/internal/puppeteer-core.js').BrowserFetcher;