Searched refs:XMLHttpRequest (Results 1 – 25 of 145) sorted by relevance
123456
1 > Synchronous and asynchronous XMLHttpRequest for Node7 _unxhr_ is a tiny wrapper of the built-in `http` client to emulate the browser `XMLHttpRequest` obj…9 **Important:** This library is a fork of [XMLHttpRequest](https://github.com/driverdan/node-XMLHttp…10 It was created to be compliant with [XMLHttpRequest Level 2](http://www.w3.org/TR/XMLHttpRequest2/).26 const XMLHttpRequest = require('unxhr').XMLHttpRequest27 const xhr = new XMLHttpRequest()
2 exports.XMLHttpRequest = XMLHttpRequest
34 if ( typeof(XMLHttpRequest) != 'undefined' )35 return new XMLHttpRequest() ;
50 if (typeof XMLHttpRequest != "undefined") {51 this.xmlhttp = new XMLHttpRequest();
16 if (window.XMLHttpRequest){ // if Mozilla, Safari etc17 httprequest=new XMLHttpRequest()
7 var xhr = new XMLHttpRequest();
19 …v);b(v);return true}return false}function f(){if(window.XMLHttpRequest){return new XMLHttpRequest(…
86 if (window.XMLHttpRequest) // if Mozilla, IE7, Safari etc87 page_request = new XMLHttpRequest()
65 xrequest = new XMLHttpRequest();
62 …if (typeof XMLHttpRequest == "undefined" && typeof ActiveXObject == "undefined" && window.createRe…
34 try { return new XMLHttpRequest(); }
70 var ajax = new XMLHttpRequest();
1 …it s.arrayBuffer(),a=new Uint8Array(e);return void t(a)}}const s=new XMLHttpRequest;s.open("GET",e…
319 if(window.XMLHttpRequest){321 xr=new XMLHttpRequest();
373 if(window.XMLHttpRequest){375 xr=new XMLHttpRequest();
464 if (window.XMLHttpRequest) {465 try { xr = new XMLHttpRequest() } catch(e) {}
522 if (window.XMLHttpRequest) {523 try { xr = new XMLHttpRequest() } catch(e) {}
2 …load_from_local_xhr(a)}function download_from_local_xhr(a){var e=new XMLHttpRequest;get_progress&&…
104 return new XMLHttpRequest() ;
1 …eof b&&(b={}),void 0===b.async&&(b.async=!0);var d;d=window.XMLHttpRequest?new XMLHttpRequest:new …