Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fetch): correctly intercept requests with
URL
inputs
If `input` (first argument to fetch) is not a string, then it can be a URL, which does not have a `.url` property but does have a `.href` property This fixes a type error and also fixes tests that were failing in Node 18 without this fix.
- Loading branch information