Skip to content

Commit 03c4288

Browse files
Clarify sentinel URL examples in transport diagnostics docs
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 3a3bfb1 commit 03c4288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Polling timeouts and repeated polling failures are surfaced as:
187187

188188
`HyperbrowserPollingError` also covers stalled pagination (no page-batch progress during result collection).
189189
Transport-level request failures include HTTP method + URL context in error messages.
190-
URL-like fallback objects are stringified for transport diagnostics; missing/malformed/sentinel URL inputs (for example `None` or numeric-only values) are normalized to `unknown URL`.
190+
URL-like fallback objects are stringified for transport diagnostics; missing/malformed/sentinel URL inputs (for example `None`, `null`/`undefined`/`nan`, or numeric-only values) are normalized to `unknown URL`.
191191

192192
```python
193193
from hyperbrowser import Hyperbrowser

0 commit comments

Comments
 (0)