Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 246 Bytes

hello.md

File metadata and controls

18 lines (11 loc) · 246 Bytes

Hello Ajax

var req = new XMLHttpRequest();

req.open('POST', 'dummy.xml', true);

req.send();

req.onreadystatechange=function(){

};

예제

요청 응답 흐름