Manually parse urls - #2674
Merged
Merged
Manually parse urls#2674
Conversation
gingerbenw
force-pushed
the
gingerbenw/fixup-network-request-scenario
branch
from
February 2, 2026 15:47
148ab4d to
96cb9ba
Compare
gingerbenw
force-pushed
the
gingerbenw/fixup-network-request-scenario
branch
2 times, most recently
from
February 3, 2026 09:11
302721f to
54a0bc0
Compare
gingerbenw
force-pushed
the
gingerbenw/fixup-network-request-scenario
branch
from
February 3, 2026 16:15
54a0bc0 to
1f587bc
Compare
gingerbenw
force-pushed
the
gingerbenw/fixup-network-request-scenario
branch
6 times, most recently
from
February 4, 2026 14:26
d81ba3f to
58db5cb
Compare
gingerbenw
force-pushed
the
gingerbenw/fixup-network-request-scenario
branch
from
February 4, 2026 14:46
58db5cb to
a6dacec
Compare
gingerbenw
marked this pull request as ready for review
February 4, 2026 16:06
lemnik
approved these changes
Feb 5, 2026
gingerbenw
added a commit
that referenced
this pull request
Feb 5, 2026
* build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2672) Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Manually parse urls (#2674) * test: ✅ fix react native test, removing need for polyfill * refactor: ♻️ update query parameter parsing * remove use of url.search * remove URLSearchParams * Find the earliest occurrence of '/', '?', or '#' to determine the domain boundary * docs: add CHANGELOG entry --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Removes the dependency on
URLandURLSearchParamsAPIs from React Native test fixtures and network instrumentation code, replacing them with manual string parsing to avoid requiring polyfills in React Native environments.Changeset
URLmanipulation functions to avoidURLSearchParamsdependencyunhandledassertions in browser http error tests