1Cargando...
1Cargando...
9293949596979899100101102103104105106107108109110111112113114115116117118119120};Ajax.prototype.abort = function() {this._xhr.abort();if (null != this.callbacks.error)this.callbacks.error({'number':2,'description':'Aborted by user'});};window.addEventListener('load', function(e){var a = new Ajax();a.url = 'http://www.treeweb.es/request2';a.callbacks.done = function(xhr) {logger.log(xhr);};a.callbacks.error = function(error) {//logger.log(error);}a.callbacks.presend = function(xhr) {//logger.log(xhr);}a.send();logger.show();}, true);
Enlace
El enlace para compartir es:
Guardar
Guardando...