-
Notifications
You must be signed in to change notification settings - Fork 26.5k
fix(http): Dynamicaly call the global fetch implementation #57531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c13fe7a
to
eae4b45
Compare
Caretaker note: presubmit is "green", this PR is ready for merge. |
eae4b45
to
a61b136
Compare
Instead of using the reference that existing when `FetchBackend` is setup. fixes angular#57527
a61b136
to
35e0b21
Compare
Latest change was just a comment update. Will require a re-review though. |
This PR was merged into the repository by commit 21445a2. The changes were merged into the following branches: main, 18.2.x |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Instead of using the reference that existed when
FetchBackend
was setup.fixes #57527