[whatwg/xhr] features request:add SynXMLHttpRequest for Avoid Callback Hell Programming (#323)

Avoid Callback Hell Programming from XMLHttpRequest

**Add New Function**

**SynXMLHttpRequest**

var xml=new SynXMLHttpRequest() ;
xml.open('GET', 'test.php');
xml.send(FormData);
var rs=JSON.parse(xml.result);
console.log(rs);

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/323

Received on Sunday, 11 April 2021 05:10:03 UTC