Skip to content

Commit

Permalink
fix: export devices, errors, and more
Browse files Browse the repository at this point in the history
This commits exports `devices`, `errors`, and `networkConditions`.
  • Loading branch information
jrandolf committed Jun 14, 2022
1 parent e6442dd commit cba58a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/puppeteer-core.ts
Expand Up @@ -24,8 +24,11 @@ export const {
createBrowserFetcher,
customQueryHandlerNames,
defaultArgs,
devices,
errors,
executablePath,
launch,
networkConditions,
registerCustomQueryHandler,
unregisterCustomQueryHandler,
} = puppeteer;
Expand Down
3 changes: 3 additions & 0 deletions src/puppeteer.ts
Expand Up @@ -24,8 +24,11 @@ export const {
createBrowserFetcher,
customQueryHandlerNames,
defaultArgs,
devices,
errors,
executablePath,
launch,
networkConditions,
registerCustomQueryHandler,
unregisterCustomQueryHandler,
} = puppeteer;
Expand Down

0 comments on commit cba58a1

Please sign in to comment.