Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Handle XMLHttpRequest timeout #12837

Closed
rbelouin opened this issue Dec 18, 2014 · 2 comments
Closed

Handle XMLHttpRequest timeout #12837

rbelouin opened this issue Dec 18, 2014 · 2 comments
Labels

Comments

@rbelouin
Copy link

The XMLHttpRequest timeout attribute does not seem to be handled in PhantomJS, I currently have to write a setTimeout(function() { xhr.abort(); }, interval) in order to make my tests pass.

https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#timeout
http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute

@vvo
Copy link

vvo commented Mar 5, 2015

👍

@stale
Copy link

stale bot commented Dec 30, 2019

Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!

@stale stale bot closed this as completed Dec 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants