Hi all, on viewing a page , a user on my website can make many ajax requests. i create a new Request() object all the time , and then call its send method. is it ok to reuse this object? or does it reuse xmlhttpreuqest object in its implementation ?
thanks jgabios
