, , , , , , , . , . , .
var request = []
request[request.length] =
startSend();
function startSend(){
if(request.length===1){
send();
}
}
function send(){
var sendData = request[0];
}
function process(data){
request.splice(0,1);
if(request.length>0){
send();
}
}
, , , , , , , 2 . , , , , , . . , . , .