Re: Multiple send() calls in XmlHttpRequest

On Wed, Jun 4, 2014 at 2:45 PM, piranna@gmail.com <piranna@gmail.com> wrote:
> According to the spec, the send() method of XmlHttpRequest objects
> enable an internal 'send()' flag showing that the request has been
> done, and not allowing to do several requests on the same XHR object,
> although the current API with an open() method leads to think that's
> possible. Due to this, I propose to allow to do several send() calls
> on an open XHR object.

The send() flag is only set as long as the fetch is ongoing. Once the
fetch has finished, it is no longer set. So this is already possible.


-- 
http://annevankesteren.nl/

Received on Wednesday, 4 June 2014 12:52:35 UTC