Skip to content

Commit 08b5661

Browse files
committed
docs: Add new list_network_requests parameters
1 parent bbcc6db commit 08b5661

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/tool-reference.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,11 @@
262262

263263
**Description:** List all requests for the currently selected page
264264

265-
**Parameters:** None
265+
**Parameters:**
266+
267+
- **pageSize** (number) _(optional)_: Maximum number of requests to return. When omitted, returns all requests.
268+
- **pageToken** (string) _(optional)_: Opaque token representing the next page. Use the token returned by a previous call.
269+
- **requestType** (enum) _(optional)_: Type of request to return. When omitted, returns all requests. Available types are: Document, Stylesheet, Image, Media, Font, Script, TextTrack, XHR, Fetch, EventSource, WebSocket, Manifest, SignedExchange, Ping, CSPViolationReport, Preflight, Other.
266270

267271
---
268272

0 commit comments

Comments
 (0)