Is it possible to tell if there are any ongoing 'GET' requests with javascript?
- by Lavabeams
Is it possible to tell if there are any ongoing 'GET' requests with javascript?
I have a feeling that it is not. Basically I don't want to make a seperate request while the other "more important" requests are going as this one is fairly heavy. So I was curious if it is possible to tell if there are currently 'get' requests going and if so I can tell my function to hold off for this update and do it again in 10-15secs.
Any information etc would be appreciated.