damonare / ajax

ajax without jquery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

好像少了同步时的情况

Claiyre opened this issue · comments

同步时不用提前注册onreadstatechance,执行完xhr.send(data)后,会停下,等待数据返回,然后再执行后续语句(判断status,回调)

已修复