Skip to content

Commit 35e2abd

Browse files
Update src/content/docs/browser-rendering/quick-actions-rest-api/screenshot-endpoint.mdx
Co-authored-by: Maddy <[email protected]>
1 parent b68d7e6 commit 35e2abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/quick-actions-rest-api/screenshot-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
8080
- `height` _(number)_ - Viewport height in pixels.
8181
- `gotoOptions` _(object)_ - Configures how and when the page is considered fully loaded.
8282
- `waitUntil` _(string)_ - Defines when the browser considers navigation complete (`networkidle0`, `domcontentloaded`).
83-
- `networkidle0` - Waits until there are no more than 0 network connections for at least 500ms before taking a screenshot.
83+
- `networkidle0` - Waits until there are no more than 0 network connections for at least 500 ms before taking a screenshot.
8484
- `timeout` _(number)_ - Maximum wait time (in milliseconds) before navigation times out.
8585
- `addScriptTag` _(array of objects)_ - Injects JavaScript code before taking a screenshot.
8686
- `url` _(string)_ - Loads an external script file before rendering.

0 commit comments

Comments
 (0)