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/release-notes/browser-rendering.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ entries:
9
9
title: Page title now included in content endpoint responses
10
10
description: |-
11
11
* The [`/content` endpoint](/browser-rendering/rest-api/content-endpoint/) now returns the page's title, making it easier to identify pages.
12
-
title: Default viewport updated to 1920×1080
12
+
title: Default viewport updated to 1920x1080
13
13
description: |-
14
-
* The default viewport size has been increased from 800×600 to 1920×1080. You can still override the viewport via request options.
14
+
* The default viewport size has been increased from 800x600 to 1920x1080. You can still override the viewport via request options.
15
15
title: Playwright now supported in local development
16
16
description: |-
17
17
* Local development with `npx wrangler dev` now supports Playwright when using browser rendering. Upgrade to the latest version of wrangler to get started.
0 commit comments