- From: Annop Chawwalitsitthikun <notifications@github.com>
- Date: Sat, 10 Apr 2021 22:09:50 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 11 April 2021 05:10:03 UTC
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