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
* Updated limits and workers plan
* Update limits.mdx
fixed:
-total requests per minute were duplicated for Workers Paid
-free tier should not be able to requests limit increases
-REST API was not capitalized
---------
Co-authored-by: Kathy <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Browser automation for [Cloudflare Workers](/workers/).
23
23
24
24
</Description>
25
25
26
-
<Plantype="workers-paid" />
26
+
<Plantype="workers-all" />
27
27
28
28
The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products. Once you configure the service, Workers Browser Rendering gives you access to a WebSocket endpoint that speaks the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). DevTools is what allows Cloudflare to instrument a Chromium instance running in the Cloudflare global network.
0 commit comments