Home
last modified time | relevance | path

Searched refs:XMLHttpRequest (Results 1 – 25 of 145) sorted by relevance

123456

/plugin/asciidocjs/node_modules/unxhr/
DREADME.md1 > Synchronous and asynchronous XMLHttpRequest for Node
7 _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').XMLHttpRequest
27 const xhr = new XMLHttpRequest()
/plugin/asciidocjs/node_modules/unxhr/lib/
Dbrowser.js2 exports.XMLHttpRequest = XMLHttpRequest
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js34 if ( typeof(XMLHttpRequest) != 'undefined' )
35 return new XMLHttpRequest() ;
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js34 if ( typeof(XMLHttpRequest) != 'undefined' )
35 return new XMLHttpRequest() ;
/plugin/chat/
Dtw-sack.js50 if (typeof XMLHttpRequest != "undefined") {
51 this.xmlhttp = new XMLHttpRequest();
/plugin/rssticker/
Drssticker.js16 if (window.XMLHttpRequest){ // if Mozilla, Safari etc
17 httprequest=new XMLHttpRequest()
/plugin/fckg/fckeditor/editor/dialog/
Dtw-sack.js50 if (typeof XMLHttpRequest != "undefined") {
51 this.xmlhttp = new XMLHttpRequest();
/plugin/fckg/fckeditor/
Dtw-sack.js50 if (typeof XMLHttpRequest != "undefined") {
51 this.xmlhttp = new XMLHttpRequest();
/plugin/stellarium/scripts/
Dstellarium.js7 var xhr = new XMLHttpRequest();
/plugin/diagramsnet/lib/math/
Dlatest.js19 …v);b(v);return true}return false}function f(){if(window.XMLHttpRequest){return new XMLHttpRequest(…
/plugin/anewssystem/
Ddropdowncontent.js86 if (window.XMLHttpRequest) // if Mozilla, IE7, Safari etc
87 page_request = new XMLHttpRequest()
/plugin/supa/lib/
DSupa.js65 xrequest = new XMLHttpRequest();
/plugin/freechat/phpfreechat/data/public/js/
Dcompat.js62 …if (typeof XMLHttpRequest == "undefined" && typeof ActiveXObject == "undefined" && window.createRe…
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js34 try { return new XMLHttpRequest(); }
/plugin/asciidocjs/node_modules/nunjucks/src/
Dweb-loaders.js70 var ajax = new XMLHttpRequest();
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js34 try { return new XMLHttpRequest(); }
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js34 try { return new XMLHttpRequest(); }
/plugin/llm/llm.js/
Dllm.js1 …it s.arrayBuffer(),a=new Uint8Array(e);return void t(a)}}const s=new XMLHttpRequest;s.open("GET",e…
/plugin/remotescript/lib/JsHttpRequest/mini/
DJsHttpRequest-xml.js319 if(window.XMLHttpRequest){
321 xr=new XMLHttpRequest();
DJsHttpRequest-script-xml.js373 if(window.XMLHttpRequest){
375 xr=new XMLHttpRequest();
/plugin/remotescript/lib/JsHttpRequest/debug/
DJsHttpRequest-xml.js464 if (window.XMLHttpRequest) {
465 try { xr = new XMLHttpRequest() } catch(e) {}
DJsHttpRequest-script-xml.js522 if (window.XMLHttpRequest) {
523 try { xr = new XMLHttpRequest() } catch(e) {}
/plugin/stlviewer/stlviewer/
Dload_stl.min.js2 …load_from_local_xhr(a)}function download_from_local_xhr(a){var e=new XMLHttpRequest;get_progress&&…
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktools_gecko.js104 return new XMLHttpRequest() ;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
Ddataloader.min.js1 …eof b&&(b={}),void 0===b.async&&(b.async=!0);var d;d=window.XMLHttpRequest?new XMLHttpRequest:new …

123456