Re: Multiple send() calls in XmlHttpRequest

> 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.

I did some tests some months ago and I was not be able to achieve it,
nor found any info or examples on Internet about if it's or it's not
possible.

So, is it possible with current spec/implementations, or could it be
added? If it's currently possible, how could it be done? Waiting to
the load event? KeepAlive header? Both at the same time? If so, it
would be good to add a minimal example on the spec about this somewhat
(undocumented?) corner-case just for reference... :-)


-- 
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux

Received on Wednesday, 4 June 2014 13:06:22 UTC