UNPKG

@cityssm/puppeteer-launch

Version:

Launch Puppeteer, falling back to system browsers when the cached ones aren't working or aren't available.

10 lines (8 loc) 251 B
/** * The debug namespace for this package. */ export const DEBUG_NAMESPACE = 'puppeteer-launch' /** * The debug namespaces string to enable debug output for this package. */ export const DEBUG_ENABLE_NAMESPACES = `${DEBUG_NAMESPACE}:*`