Skip to content
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

Pass timeout parameter to request #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pgasiorowski
Copy link
Contributor

Similar to #64

timeout option is allowed in node's http request:
http.request({url: 'http://localhost, timeout: 3000})
ref https://nodejs.org/api/http.html#http_http_request_options_callback

timeout is also a correct option for jquery.ajax()

Tested on node 8.9 and latest 10.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant