Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/content/docs/browser-rendering/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ To resolve:[Upgrade to a Workers Paid plan](/workers/platform/pricing/) - Paid a

### Does local development support all Browser Rendering features?

Not yet. Local development currently has the following limitations:
Not yet. Local development currently has the following limitation(s):
- Requests larger than 1 MB are not supported.
- Playwright is not supported in local development environments.

For full feature access, use `npx wrangler dev --remote`.

Expand Down