We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pass opts.signal to make-fetch-happen.
The text was updated successfully, but these errors were encountered:
Could you go into more detail here? What sets this? What would use it?
Sorry, something went wrong.
make-fetch-happen will call minipass-fetch under the hood which accepts the signal option like fetch. https://github.com/npm/minipass-fetch/blob/e4df956af7c79cecc7dff8f3edb98cc263e0064c/lib/request.js#L66-L69
make-fetch-happen
minipass-fetch
signal
fetch
No branches or pull requests
pass opts.signal to make-fetch-happen.
The text was updated successfully, but these errors were encountered: