Skip to content

Commit aeb7e32

Browse files
authored
Update index.mdx
wording updates
1 parent 802c106 commit aeb7e32

File tree

1 file changed

+4
-4
lines changed
  • src/content/docs/browser-rendering/workers-binding-api

1 file changed

+4
-4
lines changed

src/content/docs/browser-rendering/workers-binding-api/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ sidebar:
77

88
import { DirectoryListing, TabItem, Tabs } from "~/components";
99

10-
The Workers Binding API allows you to execute advanced browser rendering scripts within Cloudflare Workers. It provides developers the flexibility to automate and control complex workflows and browser interactions.
10+
The Workers Binding API allows you to execute advanced browser rendering scripts within [Cloudflare Workers](/workers/). It provides developers the flexibility to automate and control complex workflows and browser interactions.
1111

12-
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.
12+
Browser Rendering allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products. Once configured, the service provides access to a WebSocket endpoint that speaks the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). This protocol is what allows Cloudflare to instrument a Chromium instance running in the Cloudflare global network.
1313

1414
## Browser Rendering options
1515

@@ -19,9 +19,9 @@ The following options are available for browser rendering tasks:
1919

2020
Use the Workers Binding API when you need advanced browser automation, custom workflows, or complex interactions beyond basic rendering. For quick, one-off tasks like capturing screenshots or extracting HTML, the [REST API](/browser-rendering/rest-api/) is the simpler choice.
2121

22-
### Chromium version
22+
## Chromium version
2323

24-
Cloudflare Browser Rendering currently uses Chromium version 124.0.6367.257.
24+
Cloudflare Browser Rendering currently uses **Chromium version 124.0.6367.257**.
2525

2626
If you want to programmatically confirm the version in your environment, you can retrieve it using either [Puppeteer](/browser-rendering/platform/puppeteer/) or [Playwright](/browser-rendering/platform/playwright/).
2727

0 commit comments

Comments
 (0)