Hi, I'm have a question about the XmlHttpRequest, can I use the same instance for several requests? Currently I know frameworks that maintain a pool of those objects, and after every call, they invoke the abort method [1], that switch the state to UNSENT, and use the same XmlHttpRequest instance for other requests. The problem is that the error flag get true, and the devs tools report the request with error. Can it be done in other ways? [1] http://www.w3.org/TR/XMLHttpRequest/#the-abort-method -- Pedro Henrique Oliveira dos SantosReceived on Wednesday, 27 January 2010 22:04:37 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 18:13:04 UTC