This repository was archived by the owner on Nov 18, 2025. It is now read-only.
refactor(gax): use native AbortController#1788
Closed
MichaelDeBoey wants to merge 3 commits intogoogleapis:mainfrom
Closed
refactor(gax): use native AbortController#1788MichaelDeBoey wants to merge 3 commits intogoogleapis:mainfrom
AbortController#1788MichaelDeBoey wants to merge 3 commits intogoogleapis:mainfrom
Conversation
sofisl
previously approved these changes
Aug 7, 2025
|
Tests are failing at https://github.com/googleapis/gax-nodejs/actions/runs/16811797690/job/47619424733?pr=1788, it should be fixed first before getting merged |
260fe52 to
50e6ce7
Compare
50e6ce7 to
5189340
Compare
sofisl
approved these changes
Aug 9, 2025
Contributor
|
the Browser test is still failing - PTAL! in case you're not able to see the logs, the error is |
Contributor
|
Closing due to inactivity |
43081j
added a commit
to 43081j/gax-nodejs
that referenced
this pull request
Sep 17, 2025
All platforms support this now, so we don't need it anymore. Replaces googleapis#1788.
6 tasks
Contributor
|
Have recreated this and fixed CI in #1802 |
leahecole
pushed a commit
that referenced
this pull request
Sep 30, 2025
* perf: remove abort controller polyfill All platforms support this now, so we don't need it anymore. Replaces #1788. * chore: run fix
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
AbortControlleris available as of Node v14.17.Since we're supporting Node >= 18.0.0, we can safely remove the usage of
abort-controllerand go all-in on native functionality hereI'm sure people from the wider @e18e ecosystem cleanup (like @43081j, @benmccann, @Fuzzyma, @outslept & @talentlessguy) will be very happy to see these kind of changes as well