You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/puppeteer.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Our version is open sourced and can be found in [Cloudflare's fork of Puppeteer]
18
18
19
19
<PackageManagerspkg="@cloudflare/puppeteer"dev />
20
20
21
+
:::note
22
+
The current version of Puppeteer is [**v22.13.1**](https://github.com/cloudflare/puppeteer/releases/tag/v1.0.4).
23
+
:::
24
+
21
25
## Use Puppeteer in a Worker
22
26
23
27
Once the [browser binding](/browser-rendering/reference/wrangler/#bindings) is configured and the `@cloudflare/puppeteer` library is installed, Puppeteer can be used in a Worker:
0 commit comments