-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
child_process: allow promisified exec to be cancel #34249
Closed
metcoder95
wants to merge
25
commits into
nodejs:master
from
metcoder95:cancel-promisified-child-process
Closed
child_process: allow promisified exec to be cancel #34249
metcoder95
wants to merge
25
commits into
nodejs:master
from
metcoder95:cancel-promisified-child-process
Commits on Jan 12, 2021
-
child_process: allow promisified exec to be cancel
Using new experimental AbortController, add support for promisified exec to be cancelled.
Configuration menu - View commit details
-
Copy full SHA for eed3f17 - Browse repository at this point
Copy the full SHA eed3f17View commit details -
child_process: fix validation issue
When doing a validation for the signal object, the validation was assuming wrongly that the signal object will always be there to apply the correct event-listener. The fix does a better validation to avoid fall in "addEventListener is not a function"
Configuration menu - View commit details
-
Copy full SHA for 0ef841d - Browse repository at this point
Copy the full SHA 0ef841dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70cb86c - Browse repository at this point
Copy the full SHA 70cb86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ae623 - Browse repository at this point
Copy the full SHA a6ae623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988ea3f - Browse repository at this point
Copy the full SHA 988ea3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e7521 - Browse repository at this point
Copy the full SHA 78e7521View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8210f6 - Browse repository at this point
Copy the full SHA c8210f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dca212 - Browse repository at this point
Copy the full SHA 3dca212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4163c44 - Browse repository at this point
Copy the full SHA 4163c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3291e - Browse repository at this point
Copy the full SHA 9e3291eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b14ebe - Browse repository at this point
Copy the full SHA 3b14ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087f924 - Browse repository at this point
Copy the full SHA 087f924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd0719 - Browse repository at this point
Copy the full SHA 0fd0719View commit details -
Configuration menu - View commit details
-
Copy full SHA for a41ac9a - Browse repository at this point
Copy the full SHA a41ac9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9af3fd - Browse repository at this point
Copy the full SHA f9af3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b19cd5 - Browse repository at this point
Copy the full SHA 2b19cd5View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f642015 - Browse repository at this point
Copy the full SHA f642015View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dade71b - Browse repository at this point
Copy the full SHA dade71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7aa7d - Browse repository at this point
Copy the full SHA 5e7aa7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2305734 - Browse repository at this point
Copy the full SHA 2305734View commit details -
Configuration menu - View commit details
-
Copy full SHA for a60b935 - Browse repository at this point
Copy the full SHA a60b935View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe077b0 - Browse repository at this point
Copy the full SHA fe077b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ff68a - Browse repository at this point
Copy the full SHA 72ff68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 026021a - Browse repository at this point
Copy the full SHA 026021aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c093035 - Browse repository at this point
Copy the full SHA c093035View commit details
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.