An AbortSignal that can be used to abort the subprocess.
This is useful for aborting a subprocess when some other part of the program is aborted, such as a fetch
response.
If the signal is aborted, the process will be killed with the signal specified by killSignal
(defaults to SIGTERM).