-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add timeout to XHR polyfill #382
Milestone
Comments
rozele
added a commit
that referenced
this issue
Apr 23, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes #382
rozele
added a commit
that referenced
this issue
May 17, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes #382
rozele
added a commit
that referenced
this issue
May 18, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes #382
rozele
added a commit
that referenced
this issue
May 25, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes #382
rozele
added a commit
that referenced
this issue
May 25, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes #382
rozele
added a commit
that referenced
this issue
Jun 1, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes #382
GantMan
pushed a commit
to infinitered/react-native-windows
that referenced
this issue
Sep 29, 2016
Timeout is now wired up using a cancellation token (no native behavior for timeout in the HttpClient). Fixes microsoft#382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The NetworkingModule should properly support timeout.
The text was updated successfully, but these errors were encountered: