| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #5545 +/- ##
==========================================
+ Coverage 93.45% 93.46% +0.01%
==========================================
Files 110 110
Lines 37376 37376
==========================================
+ Hits 34928 34933 +5
+ Misses 2448 2443 -5 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
The failing macOS Node 26 job looks unrelated to this docs-only change. The log shows test/issue-5087.js failing after the test ended because of Error: read ECONNRESET in headersTimeout over h2 rejects with HeadersTimeoutError. I tried to rerun failed jobs through the Actions API, but GitHub returned 403 Must have admin rights to Repository. Could a maintainer rerun the failed job when convenient? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Refs #1011.
Clarifies the distinction between top-level Undici API options and lower-level dispatcher options. Top-level calls like undici.request(url, options) get origin and path from the separate url argument, so those fields should not be supplied in the second options argument even though the linked dispatcher option docs include them.
Verification