Skip to content

Commit

Permalink
Merge pull request #19 from Skye-31/main
Browse files Browse the repository at this point in the history
Fix `page.screenshot` method
  • Loading branch information
celso committed Aug 3, 2023
2 parents 2e02963 + a2dec9e commit 35c5445
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/puppeteer",
"version": "0.0.4",
"version": "0.0.5",
"description": "A high-level API to control headless Chrome over the DevTools Protocol for use in Workers",
"keywords": [
"puppeteer",
Expand Down
1 change: 1 addition & 0 deletions src/common/Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import {
DeferredPromise,
} from '../util/DeferredPromise.js';
import {WebWorker} from './WebWorker.js';
import {Buffer} from 'node:buffer';

/**
* @public
Expand Down

0 comments on commit 35c5445

Please sign in to comment.