Commit a3eb997
fix(resources): broaden arg normalizer guard to URLSearchParams (not just RequestTarget)
RequestTarget extends URLSearchParams, and raw URLSearchParams are also
supported as query targets (line 579). Using URLSearchParams in the guard
covers both forms and is more robust.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 32d7c26 commit a3eb997
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
0 commit comments