What happens if two AJAX requests complete during the same frame? Assuming I have tags, will they both trigger when complete and keep their LastData correct so long as I'm within their completion trigger event?
Develop games in your browser. Powerful, performant & highly capable.
Yes, as long as each request has a unique tag, the LastData will be correct within the completion event. I have passed lots of data back and forth and never had a problem.