Skip to content

Commit 90081df

Browse files
committed
docs
1 parent c7ce6a6 commit 90081df

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
@@ -300,7 +300,11 @@ so returned values have to JSON-serializable.
300300

301301
**Description:** List all console messages for the currently selected page since the last navigation.
302302

303-
**Parameters:** None
303+
**Parameters:**
304+
305+
- **pageIdx** (integer) _(optional)_: Page number to return (0-based). When omitted, returns the first page.
306+
- **pageSize** (integer) _(optional)_: Maximum number of messages to return. When omitted, returns all requests.
307+
- **types** (array) _(optional)_: Filter messages to only return messages of the specified resource types. When omitted or empty, returns all messages.
304308

305309
---
306310

0 commit comments

Comments
 (0)