DIR: /var/www/node-app/node_modules/puppeteer-core/src/ |
Current File : //var/www/node-app/node_modules/puppeteer-core/src/revisions.ts |
/** * @license * Copyright 2020 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ /** * @internal */ export const PUPPETEER_REVISIONS = Object.freeze({ chrome: '128.0.6613.119', 'chrome-headless-shell': '128.0.6613.119', firefox: 'stable_130.0', }); |