1371 lines
71 KiB
JavaScript
1371 lines
71 KiB
JavaScript
goog.provide('ajax.interceptors');
|
|
|
|
/**
|
|
* @constructor
|
|
* @implements {cljs.core.IRecord}
|
|
* @implements {cljs.core.IKVReduce}
|
|
* @implements {cljs.core.IEquiv}
|
|
* @implements {cljs.core.IHash}
|
|
* @implements {cljs.core.ICollection}
|
|
* @implements {cljs.core.ICounted}
|
|
* @implements {ajax.protocols.Interceptor}
|
|
* @implements {cljs.core.ISeqable}
|
|
* @implements {cljs.core.IMeta}
|
|
* @implements {cljs.core.ICloneable}
|
|
* @implements {cljs.core.IPrintWithWriter}
|
|
* @implements {cljs.core.IIterable}
|
|
* @implements {cljs.core.IWithMeta}
|
|
* @implements {cljs.core.IAssociative}
|
|
* @implements {cljs.core.IMap}
|
|
* @implements {cljs.core.ILookup}
|
|
*/
|
|
ajax.interceptors.StandardInterceptor = (function (name,request,response,__meta,__extmap,__hash){
|
|
this.name = name;
|
|
this.request = request;
|
|
this.response = response;
|
|
this.__meta = __meta;
|
|
this.__extmap = __extmap;
|
|
this.__hash = __hash;
|
|
this.cljs$lang$protocol_mask$partition0$ = 2230716170;
|
|
this.cljs$lang$protocol_mask$partition1$ = 139264;
|
|
});
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$ILookup$_lookup$arity$2 = (function (this__5323__auto__,k__5324__auto__){
|
|
var self__ = this;
|
|
var this__5323__auto____$1 = this;
|
|
return this__5323__auto____$1.cljs$core$ILookup$_lookup$arity$3(null,k__5324__auto__,null);
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$ILookup$_lookup$arity$3 = (function (this__5325__auto__,k46811,else__5326__auto__){
|
|
var self__ = this;
|
|
var this__5325__auto____$1 = this;
|
|
var G__46823 = k46811;
|
|
var G__46823__$1 = (((G__46823 instanceof cljs.core.Keyword))?G__46823.fqn:null);
|
|
switch (G__46823__$1) {
|
|
case "name":
|
|
return self__.name;
|
|
|
|
break;
|
|
case "request":
|
|
return self__.request;
|
|
|
|
break;
|
|
case "response":
|
|
return self__.response;
|
|
|
|
break;
|
|
default:
|
|
return cljs.core.get.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k46811,else__5326__auto__);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IKVReduce$_kv_reduce$arity$3 = (function (this__5343__auto__,f__5344__auto__,init__5345__auto__){
|
|
var self__ = this;
|
|
var this__5343__auto____$1 = this;
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3((function (ret__5346__auto__,p__46824){
|
|
var vec__46825 = p__46824;
|
|
var k__5347__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__46825,(0),null);
|
|
var v__5348__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__46825,(1),null);
|
|
return (f__5344__auto__.cljs$core$IFn$_invoke$arity$3 ? f__5344__auto__.cljs$core$IFn$_invoke$arity$3(ret__5346__auto__,k__5347__auto__,v__5348__auto__) : f__5344__auto__.call(null,ret__5346__auto__,k__5347__auto__,v__5348__auto__));
|
|
}),init__5345__auto__,this__5343__auto____$1);
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.ajax$protocols$Interceptor$ = cljs.core.PROTOCOL_SENTINEL);
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.ajax$protocols$Interceptor$_process_request$arity$2 = (function (p__46828,opts){
|
|
var self__ = this;
|
|
var map__46829 = p__46828;
|
|
var map__46829__$1 = cljs.core.__destructure_map(map__46829);
|
|
var request__$1 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46829__$1,new cljs.core.Keyword(null,"request","request",1772954723));
|
|
var map__46830 = this;
|
|
var map__46830__$1 = cljs.core.__destructure_map(map__46830);
|
|
var request__$2 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46830__$1,new cljs.core.Keyword(null,"request","request",1772954723));
|
|
return (request__$2.cljs$core$IFn$_invoke$arity$1 ? request__$2.cljs$core$IFn$_invoke$arity$1(opts) : request__$2.call(null,opts));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.ajax$protocols$Interceptor$_process_response$arity$2 = (function (p__46831,xhrio){
|
|
var self__ = this;
|
|
var map__46832 = p__46831;
|
|
var map__46832__$1 = cljs.core.__destructure_map(map__46832);
|
|
var response__$1 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46832__$1,new cljs.core.Keyword(null,"response","response",-1068424192));
|
|
var map__46833 = this;
|
|
var map__46833__$1 = cljs.core.__destructure_map(map__46833);
|
|
var response__$2 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46833__$1,new cljs.core.Keyword(null,"response","response",-1068424192));
|
|
return (response__$2.cljs$core$IFn$_invoke$arity$1 ? response__$2.cljs$core$IFn$_invoke$arity$1(xhrio) : response__$2.call(null,xhrio));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IPrintWithWriter$_pr_writer$arity$3 = (function (this__5338__auto__,writer__5339__auto__,opts__5340__auto__){
|
|
var self__ = this;
|
|
var this__5338__auto____$1 = this;
|
|
var pr_pair__5341__auto__ = (function (keyval__5342__auto__){
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,cljs.core.pr_writer,""," ","",opts__5340__auto__,keyval__5342__auto__);
|
|
});
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,pr_pair__5341__auto__,"#ajax.interceptors.StandardInterceptor{",", ","}",opts__5340__auto__,cljs.core.concat.cljs$core$IFn$_invoke$arity$2(new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"name","name",1843675177),self__.name],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"request","request",1772954723),self__.request],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"response","response",-1068424192),self__.response],null))], null),self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IIterable$_iterator$arity$1 = (function (G__46810){
|
|
var self__ = this;
|
|
var G__46810__$1 = this;
|
|
return (new cljs.core.RecordIter((0),G__46810__$1,3,new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"name","name",1843675177),new cljs.core.Keyword(null,"request","request",1772954723),new cljs.core.Keyword(null,"response","response",-1068424192)], null),(cljs.core.truth_(self__.__extmap)?cljs.core._iterator(self__.__extmap):cljs.core.nil_iter())));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IMeta$_meta$arity$1 = (function (this__5321__auto__){
|
|
var self__ = this;
|
|
var this__5321__auto____$1 = this;
|
|
return self__.__meta;
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$ICloneable$_clone$arity$1 = (function (this__5318__auto__){
|
|
var self__ = this;
|
|
var this__5318__auto____$1 = this;
|
|
return (new ajax.interceptors.StandardInterceptor(self__.name,self__.request,self__.response,self__.__meta,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$ICounted$_count$arity$1 = (function (this__5327__auto__){
|
|
var self__ = this;
|
|
var this__5327__auto____$1 = this;
|
|
return (3 + cljs.core.count(self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IHash$_hash$arity$1 = (function (this__5319__auto__){
|
|
var self__ = this;
|
|
var this__5319__auto____$1 = this;
|
|
var h__5134__auto__ = self__.__hash;
|
|
if((!((h__5134__auto__ == null)))){
|
|
return h__5134__auto__;
|
|
} else {
|
|
var h__5134__auto____$1 = (function (coll__5320__auto__){
|
|
return (1482887116 ^ cljs.core.hash_unordered_coll(coll__5320__auto__));
|
|
})(this__5319__auto____$1);
|
|
(self__.__hash = h__5134__auto____$1);
|
|
|
|
return h__5134__auto____$1;
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IEquiv$_equiv$arity$2 = (function (this46812,other46813){
|
|
var self__ = this;
|
|
var this46812__$1 = this;
|
|
return (((!((other46813 == null)))) && ((((this46812__$1.constructor === other46813.constructor)) && (((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46812__$1.name,other46813.name)) && (((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46812__$1.request,other46813.request)) && (((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46812__$1.response,other46813.response)) && (cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46812__$1.__extmap,other46813.__extmap)))))))))));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IMap$_dissoc$arity$2 = (function (this__5333__auto__,k__5334__auto__){
|
|
var self__ = this;
|
|
var this__5333__auto____$1 = this;
|
|
if(cljs.core.contains_QMARK_(new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, [new cljs.core.Keyword(null,"response","response",-1068424192),null,new cljs.core.Keyword(null,"request","request",1772954723),null,new cljs.core.Keyword(null,"name","name",1843675177),null], null), null),k__5334__auto__)){
|
|
return cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(cljs.core._with_meta(cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,this__5333__auto____$1),self__.__meta),k__5334__auto__);
|
|
} else {
|
|
return (new ajax.interceptors.StandardInterceptor(self__.name,self__.request,self__.response,self__.__meta,cljs.core.not_empty(cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(self__.__extmap,k__5334__auto__)),null));
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IAssociative$_contains_key_QMARK_$arity$2 = (function (this__5330__auto__,k46811){
|
|
var self__ = this;
|
|
var this__5330__auto____$1 = this;
|
|
var G__46883 = k46811;
|
|
var G__46883__$1 = (((G__46883 instanceof cljs.core.Keyword))?G__46883.fqn:null);
|
|
switch (G__46883__$1) {
|
|
case "name":
|
|
case "request":
|
|
case "response":
|
|
return true;
|
|
|
|
break;
|
|
default:
|
|
return cljs.core.contains_QMARK_(self__.__extmap,k46811);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IAssociative$_assoc$arity$3 = (function (this__5331__auto__,k__5332__auto__,G__46810){
|
|
var self__ = this;
|
|
var this__5331__auto____$1 = this;
|
|
var pred__46893 = cljs.core.keyword_identical_QMARK_;
|
|
var expr__46894 = k__5332__auto__;
|
|
if(cljs.core.truth_((pred__46893.cljs$core$IFn$_invoke$arity$2 ? pred__46893.cljs$core$IFn$_invoke$arity$2(new cljs.core.Keyword(null,"name","name",1843675177),expr__46894) : pred__46893.call(null,new cljs.core.Keyword(null,"name","name",1843675177),expr__46894)))){
|
|
return (new ajax.interceptors.StandardInterceptor(G__46810,self__.request,self__.response,self__.__meta,self__.__extmap,null));
|
|
} else {
|
|
if(cljs.core.truth_((pred__46893.cljs$core$IFn$_invoke$arity$2 ? pred__46893.cljs$core$IFn$_invoke$arity$2(new cljs.core.Keyword(null,"request","request",1772954723),expr__46894) : pred__46893.call(null,new cljs.core.Keyword(null,"request","request",1772954723),expr__46894)))){
|
|
return (new ajax.interceptors.StandardInterceptor(self__.name,G__46810,self__.response,self__.__meta,self__.__extmap,null));
|
|
} else {
|
|
if(cljs.core.truth_((pred__46893.cljs$core$IFn$_invoke$arity$2 ? pred__46893.cljs$core$IFn$_invoke$arity$2(new cljs.core.Keyword(null,"response","response",-1068424192),expr__46894) : pred__46893.call(null,new cljs.core.Keyword(null,"response","response",-1068424192),expr__46894)))){
|
|
return (new ajax.interceptors.StandardInterceptor(self__.name,self__.request,G__46810,self__.__meta,self__.__extmap,null));
|
|
} else {
|
|
return (new ajax.interceptors.StandardInterceptor(self__.name,self__.request,self__.response,self__.__meta,cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k__5332__auto__,G__46810),null));
|
|
}
|
|
}
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$ISeqable$_seq$arity$1 = (function (this__5336__auto__){
|
|
var self__ = this;
|
|
var this__5336__auto____$1 = this;
|
|
return cljs.core.seq(cljs.core.concat.cljs$core$IFn$_invoke$arity$2(new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new cljs.core.MapEntry(new cljs.core.Keyword(null,"name","name",1843675177),self__.name,null)),(new cljs.core.MapEntry(new cljs.core.Keyword(null,"request","request",1772954723),self__.request,null)),(new cljs.core.MapEntry(new cljs.core.Keyword(null,"response","response",-1068424192),self__.response,null))], null),self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (this__5322__auto__,G__46810){
|
|
var self__ = this;
|
|
var this__5322__auto____$1 = this;
|
|
return (new ajax.interceptors.StandardInterceptor(self__.name,self__.request,self__.response,G__46810,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.prototype.cljs$core$ICollection$_conj$arity$2 = (function (this__5328__auto__,entry__5329__auto__){
|
|
var self__ = this;
|
|
var this__5328__auto____$1 = this;
|
|
if(cljs.core.vector_QMARK_(entry__5329__auto__)){
|
|
return this__5328__auto____$1.cljs$core$IAssociative$_assoc$arity$3(null,cljs.core._nth(entry__5329__auto__,(0)),cljs.core._nth(entry__5329__auto__,(1)));
|
|
} else {
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3(cljs.core._conj,this__5328__auto____$1,entry__5329__auto__);
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.getBasis = (function (){
|
|
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Symbol(null,"name","name",-810760592,null),new cljs.core.Symbol(null,"request","request",-881481046,null),new cljs.core.Symbol(null,"response","response",572107335,null)], null);
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.cljs$lang$type = true);
|
|
|
|
(ajax.interceptors.StandardInterceptor.cljs$lang$ctorPrSeq = (function (this__5369__auto__){
|
|
return (new cljs.core.List(null,"ajax.interceptors/StandardInterceptor",null,(1),null));
|
|
}));
|
|
|
|
(ajax.interceptors.StandardInterceptor.cljs$lang$ctorPrWriter = (function (this__5369__auto__,writer__5370__auto__){
|
|
return cljs.core._write(writer__5370__auto__,"ajax.interceptors/StandardInterceptor");
|
|
}));
|
|
|
|
/**
|
|
* Positional factory function for ajax.interceptors/StandardInterceptor.
|
|
*/
|
|
ajax.interceptors.__GT_StandardInterceptor = (function ajax$interceptors$__GT_StandardInterceptor(name,request,response){
|
|
return (new ajax.interceptors.StandardInterceptor(name,request,response,null,null,null));
|
|
});
|
|
|
|
/**
|
|
* Factory function for ajax.interceptors/StandardInterceptor, taking a map of keywords to field values.
|
|
*/
|
|
ajax.interceptors.map__GT_StandardInterceptor = (function ajax$interceptors$map__GT_StandardInterceptor(G__46814){
|
|
var extmap__5365__auto__ = (function (){var G__46911 = cljs.core.dissoc.cljs$core$IFn$_invoke$arity$variadic(G__46814,new cljs.core.Keyword(null,"name","name",1843675177),cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"request","request",1772954723),new cljs.core.Keyword(null,"response","response",-1068424192)], 0));
|
|
if(cljs.core.record_QMARK_(G__46814)){
|
|
return cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,G__46911);
|
|
} else {
|
|
return G__46911;
|
|
}
|
|
})();
|
|
return (new ajax.interceptors.StandardInterceptor(new cljs.core.Keyword(null,"name","name",1843675177).cljs$core$IFn$_invoke$arity$1(G__46814),new cljs.core.Keyword(null,"request","request",1772954723).cljs$core$IFn$_invoke$arity$1(G__46814),new cljs.core.Keyword(null,"response","response",-1068424192).cljs$core$IFn$_invoke$arity$1(G__46814),null,cljs.core.not_empty(extmap__5365__auto__),null));
|
|
});
|
|
|
|
/**
|
|
* Utility function. If you want to create your own interceptor
|
|
* quickly, this will do the job. Note you don't need to specify
|
|
* both methods. (Or indeed either, but it won't do much under
|
|
* those circumstances.)
|
|
*/
|
|
ajax.interceptors.to_interceptor = (function ajax$interceptors$to_interceptor(m){
|
|
return ajax.interceptors.map__GT_StandardInterceptor(cljs.core.merge.cljs$core$IFn$_invoke$arity$variadic(cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword(null,"request","request",1772954723),cljs.core.identity,new cljs.core.Keyword(null,"response","response",-1068424192),cljs.core.identity], null),m], 0)));
|
|
});
|
|
ajax.interceptors.exception_message = (function ajax$interceptors$exception_message(e){
|
|
return e.message;
|
|
});
|
|
ajax.interceptors.exception_response = (function ajax$interceptors$exception_response(e,status,p__46928,xhrio){
|
|
var map__46931 = p__46928;
|
|
var map__46931__$1 = cljs.core.__destructure_map(map__46931);
|
|
var description = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46931__$1,new cljs.core.Keyword(null,"description","description",-1428560544));
|
|
var response = new cljs.core.PersistentArrayMap(null, 3, [new cljs.core.Keyword(null,"status","status",-1997798413),status,new cljs.core.Keyword(null,"failure","failure",720415879),new cljs.core.Keyword(null,"error","error",-978969032),new cljs.core.Keyword(null,"response","response",-1068424192),null], null);
|
|
var status_text = [cljs.core.str.cljs$core$IFn$_invoke$arity$1(ajax.interceptors.exception_message(e))," Format should have been ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(description)].join('');
|
|
var parse_error = cljs.core.assoc.cljs$core$IFn$_invoke$arity$variadic(response,new cljs.core.Keyword(null,"status-text","status-text",-1834235478),status_text,cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"failure","failure",720415879),new cljs.core.Keyword(null,"parse","parse",-1162164619),new cljs.core.Keyword(null,"original-text","original-text",744448452),ajax.protocols._body(xhrio)], 0));
|
|
if(ajax.util.success_QMARK_(status)){
|
|
return parse_error;
|
|
} else {
|
|
return cljs.core.assoc.cljs$core$IFn$_invoke$arity$variadic(response,new cljs.core.Keyword(null,"status-text","status-text",-1834235478),ajax.protocols._status_text(xhrio),cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"parse-error","parse-error",255902478),parse_error], 0));
|
|
}
|
|
});
|
|
ajax.interceptors.fail = (function ajax$interceptors$fail(var_args){
|
|
var args__5755__auto__ = [];
|
|
var len__5749__auto___47092 = arguments.length;
|
|
var i__5750__auto___47093 = (0);
|
|
while(true){
|
|
if((i__5750__auto___47093 < len__5749__auto___47092)){
|
|
args__5755__auto__.push((arguments[i__5750__auto___47093]));
|
|
|
|
var G__47095 = (i__5750__auto___47093 + (1));
|
|
i__5750__auto___47093 = G__47095;
|
|
continue;
|
|
} else {
|
|
}
|
|
break;
|
|
}
|
|
|
|
var argseq__5756__auto__ = ((((3) < args__5755__auto__.length))?(new cljs.core.IndexedSeq(args__5755__auto__.slice((3)),(0),null)):null);
|
|
return ajax.interceptors.fail.cljs$core$IFn$_invoke$arity$variadic((arguments[(0)]),(arguments[(1)]),(arguments[(2)]),argseq__5756__auto__);
|
|
});
|
|
|
|
(ajax.interceptors.fail.cljs$core$IFn$_invoke$arity$variadic = (function (status,status_text,failure,params){
|
|
var response = new cljs.core.PersistentArrayMap(null, 3, [new cljs.core.Keyword(null,"status","status",-1997798413),status,new cljs.core.Keyword(null,"status-text","status-text",-1834235478),status_text,new cljs.core.Keyword(null,"failure","failure",720415879),failure], null);
|
|
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [false,cljs.core.reduce.cljs$core$IFn$_invoke$arity$3(cljs.core.conj,response,cljs.core.map.cljs$core$IFn$_invoke$arity$2(cljs.core.vec,cljs.core.partition.cljs$core$IFn$_invoke$arity$2((2),params)))], null);
|
|
}));
|
|
|
|
(ajax.interceptors.fail.cljs$lang$maxFixedArity = (3));
|
|
|
|
/** @this {Function} */
|
|
(ajax.interceptors.fail.cljs$lang$applyTo = (function (seq46936){
|
|
var G__46937 = cljs.core.first(seq46936);
|
|
var seq46936__$1 = cljs.core.next(seq46936);
|
|
var G__46938 = cljs.core.first(seq46936__$1);
|
|
var seq46936__$2 = cljs.core.next(seq46936__$1);
|
|
var G__46939 = cljs.core.first(seq46936__$2);
|
|
var seq46936__$3 = cljs.core.next(seq46936__$2);
|
|
var self__5734__auto__ = this;
|
|
return self__5734__auto__.cljs$core$IFn$_invoke$arity$variadic(G__46937,G__46938,G__46939,seq46936__$3);
|
|
}));
|
|
|
|
ajax.interceptors.content_type_to_request_header = (function ajax$interceptors$content_type_to_request_header(content_type){
|
|
return clojure.string.join.cljs$core$IFn$_invoke$arity$2(", ",((typeof content_type === 'string')?new cljs.core.PersistentVector(null, 1, 5, cljs.core.PersistentVector.EMPTY_NODE, [content_type], null):content_type));
|
|
});
|
|
|
|
/**
|
|
* @constructor
|
|
* @implements {cljs.core.IRecord}
|
|
* @implements {cljs.core.IKVReduce}
|
|
* @implements {cljs.core.IEquiv}
|
|
* @implements {cljs.core.IHash}
|
|
* @implements {cljs.core.ICollection}
|
|
* @implements {cljs.core.ICounted}
|
|
* @implements {ajax.protocols.Interceptor}
|
|
* @implements {cljs.core.ISeqable}
|
|
* @implements {cljs.core.IMeta}
|
|
* @implements {cljs.core.ICloneable}
|
|
* @implements {cljs.core.IPrintWithWriter}
|
|
* @implements {cljs.core.IIterable}
|
|
* @implements {cljs.core.IWithMeta}
|
|
* @implements {cljs.core.IAssociative}
|
|
* @implements {cljs.core.IMap}
|
|
* @implements {cljs.core.ILookup}
|
|
*/
|
|
ajax.interceptors.ResponseFormat = (function (read,description,content_type,__meta,__extmap,__hash){
|
|
this.read = read;
|
|
this.description = description;
|
|
this.content_type = content_type;
|
|
this.__meta = __meta;
|
|
this.__extmap = __extmap;
|
|
this.__hash = __hash;
|
|
this.cljs$lang$protocol_mask$partition0$ = 2230716170;
|
|
this.cljs$lang$protocol_mask$partition1$ = 139264;
|
|
});
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$ILookup$_lookup$arity$2 = (function (this__5323__auto__,k__5324__auto__){
|
|
var self__ = this;
|
|
var this__5323__auto____$1 = this;
|
|
return this__5323__auto____$1.cljs$core$ILookup$_lookup$arity$3(null,k__5324__auto__,null);
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$ILookup$_lookup$arity$3 = (function (this__5325__auto__,k46957,else__5326__auto__){
|
|
var self__ = this;
|
|
var this__5325__auto____$1 = this;
|
|
var G__46966 = k46957;
|
|
var G__46966__$1 = (((G__46966 instanceof cljs.core.Keyword))?G__46966.fqn:null);
|
|
switch (G__46966__$1) {
|
|
case "read":
|
|
return self__.read;
|
|
|
|
break;
|
|
case "description":
|
|
return self__.description;
|
|
|
|
break;
|
|
case "content-type":
|
|
return self__.content_type;
|
|
|
|
break;
|
|
default:
|
|
return cljs.core.get.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k46957,else__5326__auto__);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IKVReduce$_kv_reduce$arity$3 = (function (this__5343__auto__,f__5344__auto__,init__5345__auto__){
|
|
var self__ = this;
|
|
var this__5343__auto____$1 = this;
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3((function (ret__5346__auto__,p__46967){
|
|
var vec__46968 = p__46967;
|
|
var k__5347__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__46968,(0),null);
|
|
var v__5348__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__46968,(1),null);
|
|
return (f__5344__auto__.cljs$core$IFn$_invoke$arity$3 ? f__5344__auto__.cljs$core$IFn$_invoke$arity$3(ret__5346__auto__,k__5347__auto__,v__5348__auto__) : f__5344__auto__.call(null,ret__5346__auto__,k__5347__auto__,v__5348__auto__));
|
|
}),init__5345__auto__,this__5343__auto____$1);
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.ajax$protocols$Interceptor$ = cljs.core.PROTOCOL_SENTINEL);
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.ajax$protocols$Interceptor$_process_request$arity$2 = (function (p__46971,request){
|
|
var self__ = this;
|
|
var map__46972 = p__46971;
|
|
var map__46972__$1 = cljs.core.__destructure_map(map__46972);
|
|
var content_type__$1 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46972__$1,new cljs.core.Keyword(null,"content-type","content-type",-508222634));
|
|
var map__46973 = this;
|
|
var map__46973__$1 = cljs.core.__destructure_map(map__46973);
|
|
var content_type__$2 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46973__$1,new cljs.core.Keyword(null,"content-type","content-type",-508222634));
|
|
return cljs.core.update.cljs$core$IFn$_invoke$arity$3(request,new cljs.core.Keyword(null,"headers","headers",-835030129),(function (p1__46954_SHARP_){
|
|
return cljs.core.merge.cljs$core$IFn$_invoke$arity$variadic(cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.PersistentArrayMap(null, 1, ["Accept",ajax.interceptors.content_type_to_request_header(content_type__$2)], null),(function (){var or__5025__auto__ = p1__46954_SHARP_;
|
|
if(cljs.core.truth_(or__5025__auto__)){
|
|
return or__5025__auto__;
|
|
} else {
|
|
return cljs.core.PersistentArrayMap.EMPTY;
|
|
}
|
|
})()], 0));
|
|
}));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.ajax$protocols$Interceptor$_process_response$arity$2 = (function (p__46974,xhrio){
|
|
var self__ = this;
|
|
var map__46975 = p__46974;
|
|
var map__46975__$1 = cljs.core.__destructure_map(map__46975);
|
|
var format = map__46975__$1;
|
|
var read__$1 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46975__$1,new cljs.core.Keyword(null,"read","read",1140058661));
|
|
var map__46976 = this;
|
|
var map__46976__$1 = cljs.core.__destructure_map(map__46976);
|
|
var format__$1 = map__46976__$1;
|
|
var read__$2 = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46976__$1,new cljs.core.Keyword(null,"read","read",1140058661));
|
|
try{var status = ajax.protocols._status(xhrio);
|
|
var fail = cljs.core.partial.cljs$core$IFn$_invoke$arity$2(ajax.interceptors.fail,status);
|
|
var G__46978 = status;
|
|
switch (G__46978) {
|
|
case (0):
|
|
if((xhrio instanceof ajax.protocols.Response)){
|
|
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [false,xhrio], null);
|
|
} else {
|
|
return fail("Request failed.",new cljs.core.Keyword(null,"failed","failed",-1397425762));
|
|
}
|
|
|
|
break;
|
|
case (-1):
|
|
if(cljs.core.truth_(ajax.protocols._was_aborted(xhrio))){
|
|
return fail("Request aborted by client.",new cljs.core.Keyword(null,"aborted","aborted",1775972619));
|
|
} else {
|
|
return fail("Request timed out.",new cljs.core.Keyword(null,"timeout","timeout",-318625318));
|
|
}
|
|
|
|
break;
|
|
case (204):
|
|
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [true,null], null);
|
|
|
|
break;
|
|
case (205):
|
|
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [true,null], null);
|
|
|
|
break;
|
|
default:
|
|
try{var response = (read__$2.cljs$core$IFn$_invoke$arity$1 ? read__$2.cljs$core$IFn$_invoke$arity$1(xhrio) : read__$2.call(null,xhrio));
|
|
if(ajax.util.success_QMARK_(status)){
|
|
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [true,response], null);
|
|
} else {
|
|
return fail(ajax.protocols._status_text(xhrio),new cljs.core.Keyword(null,"error","error",-978969032),new cljs.core.Keyword(null,"response","response",-1068424192),response);
|
|
}
|
|
}catch (e46979){if((e46979 instanceof Object)){
|
|
var e = e46979;
|
|
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [false,ajax.interceptors.exception_response(e,status,format__$1,xhrio)], null);
|
|
} else {
|
|
throw e46979;
|
|
|
|
}
|
|
}
|
|
}
|
|
}catch (e46977){if((e46977 instanceof Object)){
|
|
var e = e46977;
|
|
var message = e.message;
|
|
return ajax.interceptors.fail.cljs$core$IFn$_invoke$arity$variadic((0),message,new cljs.core.Keyword(null,"exception","exception",-335277064),cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"exception","exception",-335277064),e], 0));
|
|
} else {
|
|
throw e46977;
|
|
|
|
}
|
|
}}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IPrintWithWriter$_pr_writer$arity$3 = (function (this__5338__auto__,writer__5339__auto__,opts__5340__auto__){
|
|
var self__ = this;
|
|
var this__5338__auto____$1 = this;
|
|
var pr_pair__5341__auto__ = (function (keyval__5342__auto__){
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,cljs.core.pr_writer,""," ","",opts__5340__auto__,keyval__5342__auto__);
|
|
});
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,pr_pair__5341__auto__,"#ajax.interceptors.ResponseFormat{",", ","}",opts__5340__auto__,cljs.core.concat.cljs$core$IFn$_invoke$arity$2(new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"read","read",1140058661),self__.read],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"description","description",-1428560544),self__.description],null)),(new cljs.core.PersistentVector(null,2,(5),cljs.core.PersistentVector.EMPTY_NODE,[new cljs.core.Keyword(null,"content-type","content-type",-508222634),self__.content_type],null))], null),self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IIterable$_iterator$arity$1 = (function (G__46956){
|
|
var self__ = this;
|
|
var G__46956__$1 = this;
|
|
return (new cljs.core.RecordIter((0),G__46956__$1,3,new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Keyword(null,"read","read",1140058661),new cljs.core.Keyword(null,"description","description",-1428560544),new cljs.core.Keyword(null,"content-type","content-type",-508222634)], null),(cljs.core.truth_(self__.__extmap)?cljs.core._iterator(self__.__extmap):cljs.core.nil_iter())));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IMeta$_meta$arity$1 = (function (this__5321__auto__){
|
|
var self__ = this;
|
|
var this__5321__auto____$1 = this;
|
|
return self__.__meta;
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$ICloneable$_clone$arity$1 = (function (this__5318__auto__){
|
|
var self__ = this;
|
|
var this__5318__auto____$1 = this;
|
|
return (new ajax.interceptors.ResponseFormat(self__.read,self__.description,self__.content_type,self__.__meta,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$ICounted$_count$arity$1 = (function (this__5327__auto__){
|
|
var self__ = this;
|
|
var this__5327__auto____$1 = this;
|
|
return (3 + cljs.core.count(self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IHash$_hash$arity$1 = (function (this__5319__auto__){
|
|
var self__ = this;
|
|
var this__5319__auto____$1 = this;
|
|
var h__5134__auto__ = self__.__hash;
|
|
if((!((h__5134__auto__ == null)))){
|
|
return h__5134__auto__;
|
|
} else {
|
|
var h__5134__auto____$1 = (function (coll__5320__auto__){
|
|
return (-2103965186 ^ cljs.core.hash_unordered_coll(coll__5320__auto__));
|
|
})(this__5319__auto____$1);
|
|
(self__.__hash = h__5134__auto____$1);
|
|
|
|
return h__5134__auto____$1;
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IEquiv$_equiv$arity$2 = (function (this46958,other46959){
|
|
var self__ = this;
|
|
var this46958__$1 = this;
|
|
return (((!((other46959 == null)))) && ((((this46958__$1.constructor === other46959.constructor)) && (((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46958__$1.read,other46959.read)) && (((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46958__$1.description,other46959.description)) && (((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46958__$1.content_type,other46959.content_type)) && (cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46958__$1.__extmap,other46959.__extmap)))))))))));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IMap$_dissoc$arity$2 = (function (this__5333__auto__,k__5334__auto__){
|
|
var self__ = this;
|
|
var this__5333__auto____$1 = this;
|
|
if(cljs.core.contains_QMARK_(new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, [new cljs.core.Keyword(null,"description","description",-1428560544),null,new cljs.core.Keyword(null,"read","read",1140058661),null,new cljs.core.Keyword(null,"content-type","content-type",-508222634),null], null), null),k__5334__auto__)){
|
|
return cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(cljs.core._with_meta(cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,this__5333__auto____$1),self__.__meta),k__5334__auto__);
|
|
} else {
|
|
return (new ajax.interceptors.ResponseFormat(self__.read,self__.description,self__.content_type,self__.__meta,cljs.core.not_empty(cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(self__.__extmap,k__5334__auto__)),null));
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IAssociative$_contains_key_QMARK_$arity$2 = (function (this__5330__auto__,k46957){
|
|
var self__ = this;
|
|
var this__5330__auto____$1 = this;
|
|
var G__46980 = k46957;
|
|
var G__46980__$1 = (((G__46980 instanceof cljs.core.Keyword))?G__46980.fqn:null);
|
|
switch (G__46980__$1) {
|
|
case "read":
|
|
case "description":
|
|
case "content-type":
|
|
return true;
|
|
|
|
break;
|
|
default:
|
|
return cljs.core.contains_QMARK_(self__.__extmap,k46957);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IAssociative$_assoc$arity$3 = (function (this__5331__auto__,k__5332__auto__,G__46956){
|
|
var self__ = this;
|
|
var this__5331__auto____$1 = this;
|
|
var pred__46981 = cljs.core.keyword_identical_QMARK_;
|
|
var expr__46982 = k__5332__auto__;
|
|
if(cljs.core.truth_((pred__46981.cljs$core$IFn$_invoke$arity$2 ? pred__46981.cljs$core$IFn$_invoke$arity$2(new cljs.core.Keyword(null,"read","read",1140058661),expr__46982) : pred__46981.call(null,new cljs.core.Keyword(null,"read","read",1140058661),expr__46982)))){
|
|
return (new ajax.interceptors.ResponseFormat(G__46956,self__.description,self__.content_type,self__.__meta,self__.__extmap,null));
|
|
} else {
|
|
if(cljs.core.truth_((pred__46981.cljs$core$IFn$_invoke$arity$2 ? pred__46981.cljs$core$IFn$_invoke$arity$2(new cljs.core.Keyword(null,"description","description",-1428560544),expr__46982) : pred__46981.call(null,new cljs.core.Keyword(null,"description","description",-1428560544),expr__46982)))){
|
|
return (new ajax.interceptors.ResponseFormat(self__.read,G__46956,self__.content_type,self__.__meta,self__.__extmap,null));
|
|
} else {
|
|
if(cljs.core.truth_((pred__46981.cljs$core$IFn$_invoke$arity$2 ? pred__46981.cljs$core$IFn$_invoke$arity$2(new cljs.core.Keyword(null,"content-type","content-type",-508222634),expr__46982) : pred__46981.call(null,new cljs.core.Keyword(null,"content-type","content-type",-508222634),expr__46982)))){
|
|
return (new ajax.interceptors.ResponseFormat(self__.read,self__.description,G__46956,self__.__meta,self__.__extmap,null));
|
|
} else {
|
|
return (new ajax.interceptors.ResponseFormat(self__.read,self__.description,self__.content_type,self__.__meta,cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k__5332__auto__,G__46956),null));
|
|
}
|
|
}
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$ISeqable$_seq$arity$1 = (function (this__5336__auto__){
|
|
var self__ = this;
|
|
var this__5336__auto____$1 = this;
|
|
return cljs.core.seq(cljs.core.concat.cljs$core$IFn$_invoke$arity$2(new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new cljs.core.MapEntry(new cljs.core.Keyword(null,"read","read",1140058661),self__.read,null)),(new cljs.core.MapEntry(new cljs.core.Keyword(null,"description","description",-1428560544),self__.description,null)),(new cljs.core.MapEntry(new cljs.core.Keyword(null,"content-type","content-type",-508222634),self__.content_type,null))], null),self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (this__5322__auto__,G__46956){
|
|
var self__ = this;
|
|
var this__5322__auto____$1 = this;
|
|
return (new ajax.interceptors.ResponseFormat(self__.read,self__.description,self__.content_type,G__46956,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.prototype.cljs$core$ICollection$_conj$arity$2 = (function (this__5328__auto__,entry__5329__auto__){
|
|
var self__ = this;
|
|
var this__5328__auto____$1 = this;
|
|
if(cljs.core.vector_QMARK_(entry__5329__auto__)){
|
|
return this__5328__auto____$1.cljs$core$IAssociative$_assoc$arity$3(null,cljs.core._nth(entry__5329__auto__,(0)),cljs.core._nth(entry__5329__auto__,(1)));
|
|
} else {
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3(cljs.core._conj,this__5328__auto____$1,entry__5329__auto__);
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.getBasis = (function (){
|
|
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new cljs.core.Symbol(null,"read","read",-1514377108,null),new cljs.core.Symbol(null,"description","description",211970983,null),new cljs.core.Symbol(null,"content-type","content-type",1132308893,null)], null);
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.cljs$lang$type = true);
|
|
|
|
(ajax.interceptors.ResponseFormat.cljs$lang$ctorPrSeq = (function (this__5369__auto__){
|
|
return (new cljs.core.List(null,"ajax.interceptors/ResponseFormat",null,(1),null));
|
|
}));
|
|
|
|
(ajax.interceptors.ResponseFormat.cljs$lang$ctorPrWriter = (function (this__5369__auto__,writer__5370__auto__){
|
|
return cljs.core._write(writer__5370__auto__,"ajax.interceptors/ResponseFormat");
|
|
}));
|
|
|
|
/**
|
|
* Positional factory function for ajax.interceptors/ResponseFormat.
|
|
*/
|
|
ajax.interceptors.__GT_ResponseFormat = (function ajax$interceptors$__GT_ResponseFormat(read,description,content_type){
|
|
return (new ajax.interceptors.ResponseFormat(read,description,content_type,null,null,null));
|
|
});
|
|
|
|
/**
|
|
* Factory function for ajax.interceptors/ResponseFormat, taking a map of keywords to field values.
|
|
*/
|
|
ajax.interceptors.map__GT_ResponseFormat = (function ajax$interceptors$map__GT_ResponseFormat(G__46961){
|
|
var extmap__5365__auto__ = (function (){var G__46984 = cljs.core.dissoc.cljs$core$IFn$_invoke$arity$variadic(G__46961,new cljs.core.Keyword(null,"read","read",1140058661),cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"description","description",-1428560544),new cljs.core.Keyword(null,"content-type","content-type",-508222634)], 0));
|
|
if(cljs.core.record_QMARK_(G__46961)){
|
|
return cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,G__46984);
|
|
} else {
|
|
return G__46984;
|
|
}
|
|
})();
|
|
return (new ajax.interceptors.ResponseFormat(new cljs.core.Keyword(null,"read","read",1140058661).cljs$core$IFn$_invoke$arity$1(G__46961),new cljs.core.Keyword(null,"description","description",-1428560544).cljs$core$IFn$_invoke$arity$1(G__46961),new cljs.core.Keyword(null,"content-type","content-type",-508222634).cljs$core$IFn$_invoke$arity$1(G__46961),null,cljs.core.not_empty(extmap__5365__auto__),null));
|
|
});
|
|
|
|
/**
|
|
* Internal function. Takes whatever was provided as :request-format and
|
|
* converts it to a true request format. In practice, this just means it will
|
|
* interpret functions as formats and not change maps. Note that it throws an
|
|
* exception when passed a keyword, because they should already have been
|
|
* transformed to maps.
|
|
*/
|
|
ajax.interceptors.get_request_format = (function ajax$interceptors$get_request_format(format){
|
|
if(cljs.core.map_QMARK_(format)){
|
|
return format;
|
|
} else {
|
|
if((format instanceof cljs.core.Keyword)){
|
|
return ajax.util.throw_error(new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, ["keywords are not allowed as request formats in ajax calls: ",format], null));
|
|
} else {
|
|
if(cljs.core.ifn_QMARK_(format)){
|
|
return new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword(null,"write","write",-1857649168),format,new cljs.core.Keyword(null,"content-type","content-type",-508222634),"text/plain"], null);
|
|
} else {
|
|
return cljs.core.PersistentArrayMap.EMPTY;
|
|
|
|
}
|
|
}
|
|
}
|
|
});
|
|
ajax.interceptors.apply_request_format = (function ajax$interceptors$apply_request_format(write,params){
|
|
return (write.cljs$core$IFn$_invoke$arity$1 ? write.cljs$core$IFn$_invoke$arity$1(params) : write.call(null,params));
|
|
});
|
|
|
|
/**
|
|
* @constructor
|
|
* @implements {cljs.core.IRecord}
|
|
* @implements {cljs.core.IKVReduce}
|
|
* @implements {cljs.core.IEquiv}
|
|
* @implements {cljs.core.IHash}
|
|
* @implements {cljs.core.ICollection}
|
|
* @implements {cljs.core.ICounted}
|
|
* @implements {ajax.protocols.Interceptor}
|
|
* @implements {cljs.core.ISeqable}
|
|
* @implements {cljs.core.IMeta}
|
|
* @implements {cljs.core.ICloneable}
|
|
* @implements {cljs.core.IPrintWithWriter}
|
|
* @implements {cljs.core.IIterable}
|
|
* @implements {cljs.core.IWithMeta}
|
|
* @implements {cljs.core.IAssociative}
|
|
* @implements {cljs.core.IMap}
|
|
* @implements {cljs.core.ILookup}
|
|
*/
|
|
ajax.interceptors.ApplyRequestFormat = (function (__meta,__extmap,__hash){
|
|
this.__meta = __meta;
|
|
this.__extmap = __extmap;
|
|
this.__hash = __hash;
|
|
this.cljs$lang$protocol_mask$partition0$ = 2230716170;
|
|
this.cljs$lang$protocol_mask$partition1$ = 139264;
|
|
});
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$ILookup$_lookup$arity$2 = (function (this__5323__auto__,k__5324__auto__){
|
|
var self__ = this;
|
|
var this__5323__auto____$1 = this;
|
|
return this__5323__auto____$1.cljs$core$ILookup$_lookup$arity$3(null,k__5324__auto__,null);
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$ILookup$_lookup$arity$3 = (function (this__5325__auto__,k46986,else__5326__auto__){
|
|
var self__ = this;
|
|
var this__5325__auto____$1 = this;
|
|
var G__46990 = k46986;
|
|
switch (G__46990) {
|
|
default:
|
|
return cljs.core.get.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k46986,else__5326__auto__);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IKVReduce$_kv_reduce$arity$3 = (function (this__5343__auto__,f__5344__auto__,init__5345__auto__){
|
|
var self__ = this;
|
|
var this__5343__auto____$1 = this;
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3((function (ret__5346__auto__,p__46991){
|
|
var vec__46992 = p__46991;
|
|
var k__5347__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__46992,(0),null);
|
|
var v__5348__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__46992,(1),null);
|
|
return (f__5344__auto__.cljs$core$IFn$_invoke$arity$3 ? f__5344__auto__.cljs$core$IFn$_invoke$arity$3(ret__5346__auto__,k__5347__auto__,v__5348__auto__) : f__5344__auto__.call(null,ret__5346__auto__,k__5347__auto__,v__5348__auto__));
|
|
}),init__5345__auto__,this__5343__auto____$1);
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.ajax$protocols$Interceptor$ = cljs.core.PROTOCOL_SENTINEL);
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.ajax$protocols$Interceptor$_process_request$arity$2 = (function (_,p__46995){
|
|
var self__ = this;
|
|
var map__46996 = p__46995;
|
|
var map__46996__$1 = cljs.core.__destructure_map(map__46996);
|
|
var request = map__46996__$1;
|
|
var uri = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46996__$1,new cljs.core.Keyword(null,"uri","uri",-774711847));
|
|
var method = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46996__$1,new cljs.core.Keyword(null,"method","method",55703592));
|
|
var format = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46996__$1,new cljs.core.Keyword(null,"format","format",-1306924766));
|
|
var params = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46996__$1,new cljs.core.Keyword(null,"params","params",710516235));
|
|
var headers = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46996__$1,new cljs.core.Keyword(null,"headers","headers",-835030129));
|
|
var ___$1 = this;
|
|
var map__46997 = ajax.interceptors.get_request_format(format);
|
|
var map__46997__$1 = cljs.core.__destructure_map(map__46997);
|
|
var write = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46997__$1,new cljs.core.Keyword(null,"write","write",-1857649168));
|
|
var content_type = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__46997__$1,new cljs.core.Keyword(null,"content-type","content-type",-508222634));
|
|
var body = (((!((write == null))))?ajax.interceptors.apply_request_format(write,params):ajax.util.throw_error(new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, ["unrecognized request format: ",format], null)));
|
|
var headers__$1 = (function (){var or__5025__auto__ = headers;
|
|
if(cljs.core.truth_(or__5025__auto__)){
|
|
return or__5025__auto__;
|
|
} else {
|
|
return cljs.core.PersistentArrayMap.EMPTY;
|
|
}
|
|
})();
|
|
return cljs.core.assoc.cljs$core$IFn$_invoke$arity$variadic(request,new cljs.core.Keyword(null,"body","body",-2049205669),body,cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"headers","headers",-835030129),(cljs.core.truth_(content_type)?cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(headers__$1,"Content-Type",ajax.interceptors.content_type_to_request_header(content_type)):headers__$1)], 0));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.ajax$protocols$Interceptor$_process_response$arity$2 = (function (_,xhrio){
|
|
var self__ = this;
|
|
var ___$1 = this;
|
|
return xhrio;
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IPrintWithWriter$_pr_writer$arity$3 = (function (this__5338__auto__,writer__5339__auto__,opts__5340__auto__){
|
|
var self__ = this;
|
|
var this__5338__auto____$1 = this;
|
|
var pr_pair__5341__auto__ = (function (keyval__5342__auto__){
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,cljs.core.pr_writer,""," ","",opts__5340__auto__,keyval__5342__auto__);
|
|
});
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,pr_pair__5341__auto__,"#ajax.interceptors.ApplyRequestFormat{",", ","}",opts__5340__auto__,cljs.core.concat.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentVector.EMPTY,self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IIterable$_iterator$arity$1 = (function (G__46985){
|
|
var self__ = this;
|
|
var G__46985__$1 = this;
|
|
return (new cljs.core.RecordIter((0),G__46985__$1,0,cljs.core.PersistentVector.EMPTY,(cljs.core.truth_(self__.__extmap)?cljs.core._iterator(self__.__extmap):cljs.core.nil_iter())));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IMeta$_meta$arity$1 = (function (this__5321__auto__){
|
|
var self__ = this;
|
|
var this__5321__auto____$1 = this;
|
|
return self__.__meta;
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$ICloneable$_clone$arity$1 = (function (this__5318__auto__){
|
|
var self__ = this;
|
|
var this__5318__auto____$1 = this;
|
|
return (new ajax.interceptors.ApplyRequestFormat(self__.__meta,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$ICounted$_count$arity$1 = (function (this__5327__auto__){
|
|
var self__ = this;
|
|
var this__5327__auto____$1 = this;
|
|
return (0 + cljs.core.count(self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IHash$_hash$arity$1 = (function (this__5319__auto__){
|
|
var self__ = this;
|
|
var this__5319__auto____$1 = this;
|
|
var h__5134__auto__ = self__.__hash;
|
|
if((!((h__5134__auto__ == null)))){
|
|
return h__5134__auto__;
|
|
} else {
|
|
var h__5134__auto____$1 = (function (coll__5320__auto__){
|
|
return (1698259290 ^ cljs.core.hash_unordered_coll(coll__5320__auto__));
|
|
})(this__5319__auto____$1);
|
|
(self__.__hash = h__5134__auto____$1);
|
|
|
|
return h__5134__auto____$1;
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IEquiv$_equiv$arity$2 = (function (this46987,other46988){
|
|
var self__ = this;
|
|
var this46987__$1 = this;
|
|
return (((!((other46988 == null)))) && ((((this46987__$1.constructor === other46988.constructor)) && (cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this46987__$1.__extmap,other46988.__extmap)))));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IMap$_dissoc$arity$2 = (function (this__5333__auto__,k__5334__auto__){
|
|
var self__ = this;
|
|
var this__5333__auto____$1 = this;
|
|
if(cljs.core.contains_QMARK_(cljs.core.PersistentHashSet.EMPTY,k__5334__auto__)){
|
|
return cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(cljs.core._with_meta(cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,this__5333__auto____$1),self__.__meta),k__5334__auto__);
|
|
} else {
|
|
return (new ajax.interceptors.ApplyRequestFormat(self__.__meta,cljs.core.not_empty(cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(self__.__extmap,k__5334__auto__)),null));
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IAssociative$_contains_key_QMARK_$arity$2 = (function (this__5330__auto__,k46986){
|
|
var self__ = this;
|
|
var this__5330__auto____$1 = this;
|
|
return cljs.core.contains_QMARK_(self__.__extmap,k46986);
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IAssociative$_assoc$arity$3 = (function (this__5331__auto__,k__5332__auto__,G__46985){
|
|
var self__ = this;
|
|
var this__5331__auto____$1 = this;
|
|
var pred__46998 = cljs.core.keyword_identical_QMARK_;
|
|
var expr__46999 = k__5332__auto__;
|
|
return (new ajax.interceptors.ApplyRequestFormat(self__.__meta,cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k__5332__auto__,G__46985),null));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$ISeqable$_seq$arity$1 = (function (this__5336__auto__){
|
|
var self__ = this;
|
|
var this__5336__auto____$1 = this;
|
|
return cljs.core.seq(cljs.core.concat.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentVector.EMPTY,self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (this__5322__auto__,G__46985){
|
|
var self__ = this;
|
|
var this__5322__auto____$1 = this;
|
|
return (new ajax.interceptors.ApplyRequestFormat(G__46985,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.prototype.cljs$core$ICollection$_conj$arity$2 = (function (this__5328__auto__,entry__5329__auto__){
|
|
var self__ = this;
|
|
var this__5328__auto____$1 = this;
|
|
if(cljs.core.vector_QMARK_(entry__5329__auto__)){
|
|
return this__5328__auto____$1.cljs$core$IAssociative$_assoc$arity$3(null,cljs.core._nth(entry__5329__auto__,(0)),cljs.core._nth(entry__5329__auto__,(1)));
|
|
} else {
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3(cljs.core._conj,this__5328__auto____$1,entry__5329__auto__);
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.getBasis = (function (){
|
|
return cljs.core.PersistentVector.EMPTY;
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.cljs$lang$type = true);
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.cljs$lang$ctorPrSeq = (function (this__5369__auto__){
|
|
return (new cljs.core.List(null,"ajax.interceptors/ApplyRequestFormat",null,(1),null));
|
|
}));
|
|
|
|
(ajax.interceptors.ApplyRequestFormat.cljs$lang$ctorPrWriter = (function (this__5369__auto__,writer__5370__auto__){
|
|
return cljs.core._write(writer__5370__auto__,"ajax.interceptors/ApplyRequestFormat");
|
|
}));
|
|
|
|
/**
|
|
* Positional factory function for ajax.interceptors/ApplyRequestFormat.
|
|
*/
|
|
ajax.interceptors.__GT_ApplyRequestFormat = (function ajax$interceptors$__GT_ApplyRequestFormat(){
|
|
return (new ajax.interceptors.ApplyRequestFormat(null,null,null));
|
|
});
|
|
|
|
/**
|
|
* Factory function for ajax.interceptors/ApplyRequestFormat, taking a map of keywords to field values.
|
|
*/
|
|
ajax.interceptors.map__GT_ApplyRequestFormat = (function ajax$interceptors$map__GT_ApplyRequestFormat(G__46989){
|
|
var extmap__5365__auto__ = (function (){var G__47001 = cljs.core.dissoc.cljs$core$IFn$_invoke$arity$1(G__46989);
|
|
if(cljs.core.record_QMARK_(G__46989)){
|
|
return cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,G__47001);
|
|
} else {
|
|
return G__47001;
|
|
}
|
|
})();
|
|
return (new ajax.interceptors.ApplyRequestFormat(null,cljs.core.not_empty(extmap__5365__auto__),null));
|
|
});
|
|
|
|
/**
|
|
* Internal function. Takes a uri and appends the interpretation of the query string to it
|
|
* matching the behaviour of `url-request-format`.
|
|
*/
|
|
ajax.interceptors.uri_with_params = (function ajax$interceptors$uri_with_params(p__47002,uri){
|
|
var map__47003 = p__47002;
|
|
var map__47003__$1 = cljs.core.__destructure_map(map__47003);
|
|
var vec_strategy = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47003__$1,new cljs.core.Keyword(null,"vec-strategy","vec-strategy",1843221372));
|
|
var params = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47003__$1,new cljs.core.Keyword(null,"params","params",710516235));
|
|
var method = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47003__$1,new cljs.core.Keyword(null,"method","method",55703592));
|
|
var url_params = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47003__$1,new cljs.core.Keyword(null,"url-params","url-params",-697567619));
|
|
var temp__5802__auto__ = ((((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(method,"GET")) && ((url_params == null))))?params:url_params);
|
|
if(cljs.core.truth_(temp__5802__auto__)){
|
|
var final_url_params = temp__5802__auto__;
|
|
return [cljs.core.str.cljs$core$IFn$_invoke$arity$1(uri),(cljs.core.truth_(cljs.core.re_find(/\?/,uri))?"&":"?"),ajax.url.params_to_str(vec_strategy,final_url_params)].join('');
|
|
} else {
|
|
return uri;
|
|
}
|
|
});
|
|
|
|
/**
|
|
* @constructor
|
|
* @implements {cljs.core.IRecord}
|
|
* @implements {cljs.core.IKVReduce}
|
|
* @implements {cljs.core.IEquiv}
|
|
* @implements {cljs.core.IHash}
|
|
* @implements {cljs.core.ICollection}
|
|
* @implements {cljs.core.ICounted}
|
|
* @implements {ajax.protocols.Interceptor}
|
|
* @implements {cljs.core.ISeqable}
|
|
* @implements {cljs.core.IMeta}
|
|
* @implements {cljs.core.ICloneable}
|
|
* @implements {cljs.core.IPrintWithWriter}
|
|
* @implements {cljs.core.IIterable}
|
|
* @implements {cljs.core.IWithMeta}
|
|
* @implements {cljs.core.IAssociative}
|
|
* @implements {cljs.core.IMap}
|
|
* @implements {cljs.core.ILookup}
|
|
*/
|
|
ajax.interceptors.ProcessUrlParameters = (function (__meta,__extmap,__hash){
|
|
this.__meta = __meta;
|
|
this.__extmap = __extmap;
|
|
this.__hash = __hash;
|
|
this.cljs$lang$protocol_mask$partition0$ = 2230716170;
|
|
this.cljs$lang$protocol_mask$partition1$ = 139264;
|
|
});
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$ILookup$_lookup$arity$2 = (function (this__5323__auto__,k__5324__auto__){
|
|
var self__ = this;
|
|
var this__5323__auto____$1 = this;
|
|
return this__5323__auto____$1.cljs$core$ILookup$_lookup$arity$3(null,k__5324__auto__,null);
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$ILookup$_lookup$arity$3 = (function (this__5325__auto__,k47005,else__5326__auto__){
|
|
var self__ = this;
|
|
var this__5325__auto____$1 = this;
|
|
var G__47009 = k47005;
|
|
switch (G__47009) {
|
|
default:
|
|
return cljs.core.get.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k47005,else__5326__auto__);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IKVReduce$_kv_reduce$arity$3 = (function (this__5343__auto__,f__5344__auto__,init__5345__auto__){
|
|
var self__ = this;
|
|
var this__5343__auto____$1 = this;
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3((function (ret__5346__auto__,p__47010){
|
|
var vec__47011 = p__47010;
|
|
var k__5347__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__47011,(0),null);
|
|
var v__5348__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__47011,(1),null);
|
|
return (f__5344__auto__.cljs$core$IFn$_invoke$arity$3 ? f__5344__auto__.cljs$core$IFn$_invoke$arity$3(ret__5346__auto__,k__5347__auto__,v__5348__auto__) : f__5344__auto__.call(null,ret__5346__auto__,k__5347__auto__,v__5348__auto__));
|
|
}),init__5345__auto__,this__5343__auto____$1);
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.ajax$protocols$Interceptor$ = cljs.core.PROTOCOL_SENTINEL);
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.ajax$protocols$Interceptor$_process_request$arity$2 = (function (_,p__47014){
|
|
var self__ = this;
|
|
var map__47015 = p__47014;
|
|
var map__47015__$1 = cljs.core.__destructure_map(map__47015);
|
|
var request = map__47015__$1;
|
|
var method = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47015__$1,new cljs.core.Keyword(null,"method","method",55703592));
|
|
var ___$1 = this;
|
|
var G__47016 = cljs.core.update.cljs$core$IFn$_invoke$arity$3(request,new cljs.core.Keyword(null,"uri","uri",-774711847),cljs.core.partial.cljs$core$IFn$_invoke$arity$2(ajax.interceptors.uri_with_params,request));
|
|
if(cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(method,"GET")){
|
|
return cljs.core.reduced(G__47016);
|
|
} else {
|
|
return G__47016;
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.ajax$protocols$Interceptor$_process_response$arity$2 = (function (_,response){
|
|
var self__ = this;
|
|
var ___$1 = this;
|
|
return response;
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IPrintWithWriter$_pr_writer$arity$3 = (function (this__5338__auto__,writer__5339__auto__,opts__5340__auto__){
|
|
var self__ = this;
|
|
var this__5338__auto____$1 = this;
|
|
var pr_pair__5341__auto__ = (function (keyval__5342__auto__){
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,cljs.core.pr_writer,""," ","",opts__5340__auto__,keyval__5342__auto__);
|
|
});
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,pr_pair__5341__auto__,"#ajax.interceptors.ProcessUrlParameters{",", ","}",opts__5340__auto__,cljs.core.concat.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentVector.EMPTY,self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IIterable$_iterator$arity$1 = (function (G__47004){
|
|
var self__ = this;
|
|
var G__47004__$1 = this;
|
|
return (new cljs.core.RecordIter((0),G__47004__$1,0,cljs.core.PersistentVector.EMPTY,(cljs.core.truth_(self__.__extmap)?cljs.core._iterator(self__.__extmap):cljs.core.nil_iter())));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IMeta$_meta$arity$1 = (function (this__5321__auto__){
|
|
var self__ = this;
|
|
var this__5321__auto____$1 = this;
|
|
return self__.__meta;
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$ICloneable$_clone$arity$1 = (function (this__5318__auto__){
|
|
var self__ = this;
|
|
var this__5318__auto____$1 = this;
|
|
return (new ajax.interceptors.ProcessUrlParameters(self__.__meta,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$ICounted$_count$arity$1 = (function (this__5327__auto__){
|
|
var self__ = this;
|
|
var this__5327__auto____$1 = this;
|
|
return (0 + cljs.core.count(self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IHash$_hash$arity$1 = (function (this__5319__auto__){
|
|
var self__ = this;
|
|
var this__5319__auto____$1 = this;
|
|
var h__5134__auto__ = self__.__hash;
|
|
if((!((h__5134__auto__ == null)))){
|
|
return h__5134__auto__;
|
|
} else {
|
|
var h__5134__auto____$1 = (function (coll__5320__auto__){
|
|
return (-516728758 ^ cljs.core.hash_unordered_coll(coll__5320__auto__));
|
|
})(this__5319__auto____$1);
|
|
(self__.__hash = h__5134__auto____$1);
|
|
|
|
return h__5134__auto____$1;
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IEquiv$_equiv$arity$2 = (function (this47006,other47007){
|
|
var self__ = this;
|
|
var this47006__$1 = this;
|
|
return (((!((other47007 == null)))) && ((((this47006__$1.constructor === other47007.constructor)) && (cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this47006__$1.__extmap,other47007.__extmap)))));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IMap$_dissoc$arity$2 = (function (this__5333__auto__,k__5334__auto__){
|
|
var self__ = this;
|
|
var this__5333__auto____$1 = this;
|
|
if(cljs.core.contains_QMARK_(cljs.core.PersistentHashSet.EMPTY,k__5334__auto__)){
|
|
return cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(cljs.core._with_meta(cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,this__5333__auto____$1),self__.__meta),k__5334__auto__);
|
|
} else {
|
|
return (new ajax.interceptors.ProcessUrlParameters(self__.__meta,cljs.core.not_empty(cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(self__.__extmap,k__5334__auto__)),null));
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IAssociative$_contains_key_QMARK_$arity$2 = (function (this__5330__auto__,k47005){
|
|
var self__ = this;
|
|
var this__5330__auto____$1 = this;
|
|
return cljs.core.contains_QMARK_(self__.__extmap,k47005);
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IAssociative$_assoc$arity$3 = (function (this__5331__auto__,k__5332__auto__,G__47004){
|
|
var self__ = this;
|
|
var this__5331__auto____$1 = this;
|
|
var pred__47024 = cljs.core.keyword_identical_QMARK_;
|
|
var expr__47025 = k__5332__auto__;
|
|
return (new ajax.interceptors.ProcessUrlParameters(self__.__meta,cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k__5332__auto__,G__47004),null));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$ISeqable$_seq$arity$1 = (function (this__5336__auto__){
|
|
var self__ = this;
|
|
var this__5336__auto____$1 = this;
|
|
return cljs.core.seq(cljs.core.concat.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentVector.EMPTY,self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (this__5322__auto__,G__47004){
|
|
var self__ = this;
|
|
var this__5322__auto____$1 = this;
|
|
return (new ajax.interceptors.ProcessUrlParameters(G__47004,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.prototype.cljs$core$ICollection$_conj$arity$2 = (function (this__5328__auto__,entry__5329__auto__){
|
|
var self__ = this;
|
|
var this__5328__auto____$1 = this;
|
|
if(cljs.core.vector_QMARK_(entry__5329__auto__)){
|
|
return this__5328__auto____$1.cljs$core$IAssociative$_assoc$arity$3(null,cljs.core._nth(entry__5329__auto__,(0)),cljs.core._nth(entry__5329__auto__,(1)));
|
|
} else {
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3(cljs.core._conj,this__5328__auto____$1,entry__5329__auto__);
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.getBasis = (function (){
|
|
return cljs.core.PersistentVector.EMPTY;
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.cljs$lang$type = true);
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.cljs$lang$ctorPrSeq = (function (this__5369__auto__){
|
|
return (new cljs.core.List(null,"ajax.interceptors/ProcessUrlParameters",null,(1),null));
|
|
}));
|
|
|
|
(ajax.interceptors.ProcessUrlParameters.cljs$lang$ctorPrWriter = (function (this__5369__auto__,writer__5370__auto__){
|
|
return cljs.core._write(writer__5370__auto__,"ajax.interceptors/ProcessUrlParameters");
|
|
}));
|
|
|
|
/**
|
|
* Positional factory function for ajax.interceptors/ProcessUrlParameters.
|
|
*/
|
|
ajax.interceptors.__GT_ProcessUrlParameters = (function ajax$interceptors$__GT_ProcessUrlParameters(){
|
|
return (new ajax.interceptors.ProcessUrlParameters(null,null,null));
|
|
});
|
|
|
|
/**
|
|
* Factory function for ajax.interceptors/ProcessUrlParameters, taking a map of keywords to field values.
|
|
*/
|
|
ajax.interceptors.map__GT_ProcessUrlParameters = (function ajax$interceptors$map__GT_ProcessUrlParameters(G__47008){
|
|
var extmap__5365__auto__ = (function (){var G__47031 = cljs.core.dissoc.cljs$core$IFn$_invoke$arity$1(G__47008);
|
|
if(cljs.core.record_QMARK_(G__47008)){
|
|
return cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,G__47031);
|
|
} else {
|
|
return G__47031;
|
|
}
|
|
})();
|
|
return (new ajax.interceptors.ProcessUrlParameters(null,cljs.core.not_empty(extmap__5365__auto__),null));
|
|
});
|
|
|
|
|
|
/**
|
|
* @constructor
|
|
* @implements {cljs.core.IRecord}
|
|
* @implements {cljs.core.IKVReduce}
|
|
* @implements {cljs.core.IEquiv}
|
|
* @implements {cljs.core.IHash}
|
|
* @implements {cljs.core.ICollection}
|
|
* @implements {cljs.core.ICounted}
|
|
* @implements {ajax.protocols.Interceptor}
|
|
* @implements {cljs.core.ISeqable}
|
|
* @implements {cljs.core.IMeta}
|
|
* @implements {cljs.core.ICloneable}
|
|
* @implements {cljs.core.IPrintWithWriter}
|
|
* @implements {cljs.core.IIterable}
|
|
* @implements {cljs.core.IWithMeta}
|
|
* @implements {cljs.core.IAssociative}
|
|
* @implements {cljs.core.IMap}
|
|
* @implements {cljs.core.ILookup}
|
|
*/
|
|
ajax.interceptors.DirectSubmission = (function (__meta,__extmap,__hash){
|
|
this.__meta = __meta;
|
|
this.__extmap = __extmap;
|
|
this.__hash = __hash;
|
|
this.cljs$lang$protocol_mask$partition0$ = 2230716170;
|
|
this.cljs$lang$protocol_mask$partition1$ = 139264;
|
|
});
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$ILookup$_lookup$arity$2 = (function (this__5323__auto__,k__5324__auto__){
|
|
var self__ = this;
|
|
var this__5323__auto____$1 = this;
|
|
return this__5323__auto____$1.cljs$core$ILookup$_lookup$arity$3(null,k__5324__auto__,null);
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$ILookup$_lookup$arity$3 = (function (this__5325__auto__,k47033,else__5326__auto__){
|
|
var self__ = this;
|
|
var this__5325__auto____$1 = this;
|
|
var G__47037 = k47033;
|
|
switch (G__47037) {
|
|
default:
|
|
return cljs.core.get.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k47033,else__5326__auto__);
|
|
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IKVReduce$_kv_reduce$arity$3 = (function (this__5343__auto__,f__5344__auto__,init__5345__auto__){
|
|
var self__ = this;
|
|
var this__5343__auto____$1 = this;
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3((function (ret__5346__auto__,p__47038){
|
|
var vec__47039 = p__47038;
|
|
var k__5347__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__47039,(0),null);
|
|
var v__5348__auto__ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__47039,(1),null);
|
|
return (f__5344__auto__.cljs$core$IFn$_invoke$arity$3 ? f__5344__auto__.cljs$core$IFn$_invoke$arity$3(ret__5346__auto__,k__5347__auto__,v__5348__auto__) : f__5344__auto__.call(null,ret__5346__auto__,k__5347__auto__,v__5348__auto__));
|
|
}),init__5345__auto__,this__5343__auto____$1);
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.ajax$protocols$Interceptor$ = cljs.core.PROTOCOL_SENTINEL);
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.ajax$protocols$Interceptor$_process_request$arity$2 = (function (_,p__47042){
|
|
var self__ = this;
|
|
var map__47043 = p__47042;
|
|
var map__47043__$1 = cljs.core.__destructure_map(map__47043);
|
|
var request = map__47043__$1;
|
|
var body = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47043__$1,new cljs.core.Keyword(null,"body","body",-2049205669));
|
|
var ___$1 = this;
|
|
if((body == null)){
|
|
return request;
|
|
} else {
|
|
return cljs.core.reduced(request);
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.ajax$protocols$Interceptor$_process_response$arity$2 = (function (_,response){
|
|
var self__ = this;
|
|
var ___$1 = this;
|
|
return response;
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IPrintWithWriter$_pr_writer$arity$3 = (function (this__5338__auto__,writer__5339__auto__,opts__5340__auto__){
|
|
var self__ = this;
|
|
var this__5338__auto____$1 = this;
|
|
var pr_pair__5341__auto__ = (function (keyval__5342__auto__){
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,cljs.core.pr_writer,""," ","",opts__5340__auto__,keyval__5342__auto__);
|
|
});
|
|
return cljs.core.pr_sequential_writer(writer__5339__auto__,pr_pair__5341__auto__,"#ajax.interceptors.DirectSubmission{",", ","}",opts__5340__auto__,cljs.core.concat.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentVector.EMPTY,self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IIterable$_iterator$arity$1 = (function (G__47032){
|
|
var self__ = this;
|
|
var G__47032__$1 = this;
|
|
return (new cljs.core.RecordIter((0),G__47032__$1,0,cljs.core.PersistentVector.EMPTY,(cljs.core.truth_(self__.__extmap)?cljs.core._iterator(self__.__extmap):cljs.core.nil_iter())));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IMeta$_meta$arity$1 = (function (this__5321__auto__){
|
|
var self__ = this;
|
|
var this__5321__auto____$1 = this;
|
|
return self__.__meta;
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$ICloneable$_clone$arity$1 = (function (this__5318__auto__){
|
|
var self__ = this;
|
|
var this__5318__auto____$1 = this;
|
|
return (new ajax.interceptors.DirectSubmission(self__.__meta,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$ICounted$_count$arity$1 = (function (this__5327__auto__){
|
|
var self__ = this;
|
|
var this__5327__auto____$1 = this;
|
|
return (0 + cljs.core.count(self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IHash$_hash$arity$1 = (function (this__5319__auto__){
|
|
var self__ = this;
|
|
var this__5319__auto____$1 = this;
|
|
var h__5134__auto__ = self__.__hash;
|
|
if((!((h__5134__auto__ == null)))){
|
|
return h__5134__auto__;
|
|
} else {
|
|
var h__5134__auto____$1 = (function (coll__5320__auto__){
|
|
return (-1077152635 ^ cljs.core.hash_unordered_coll(coll__5320__auto__));
|
|
})(this__5319__auto____$1);
|
|
(self__.__hash = h__5134__auto____$1);
|
|
|
|
return h__5134__auto____$1;
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IEquiv$_equiv$arity$2 = (function (this47034,other47035){
|
|
var self__ = this;
|
|
var this47034__$1 = this;
|
|
return (((!((other47035 == null)))) && ((((this47034__$1.constructor === other47035.constructor)) && (cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(this47034__$1.__extmap,other47035.__extmap)))));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IMap$_dissoc$arity$2 = (function (this__5333__auto__,k__5334__auto__){
|
|
var self__ = this;
|
|
var this__5333__auto____$1 = this;
|
|
if(cljs.core.contains_QMARK_(cljs.core.PersistentHashSet.EMPTY,k__5334__auto__)){
|
|
return cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(cljs.core._with_meta(cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,this__5333__auto____$1),self__.__meta),k__5334__auto__);
|
|
} else {
|
|
return (new ajax.interceptors.DirectSubmission(self__.__meta,cljs.core.not_empty(cljs.core.dissoc.cljs$core$IFn$_invoke$arity$2(self__.__extmap,k__5334__auto__)),null));
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IAssociative$_contains_key_QMARK_$arity$2 = (function (this__5330__auto__,k47033){
|
|
var self__ = this;
|
|
var this__5330__auto____$1 = this;
|
|
return cljs.core.contains_QMARK_(self__.__extmap,k47033);
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IAssociative$_assoc$arity$3 = (function (this__5331__auto__,k__5332__auto__,G__47032){
|
|
var self__ = this;
|
|
var this__5331__auto____$1 = this;
|
|
var pred__47049 = cljs.core.keyword_identical_QMARK_;
|
|
var expr__47050 = k__5332__auto__;
|
|
return (new ajax.interceptors.DirectSubmission(self__.__meta,cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(self__.__extmap,k__5332__auto__,G__47032),null));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$ISeqable$_seq$arity$1 = (function (this__5336__auto__){
|
|
var self__ = this;
|
|
var this__5336__auto____$1 = this;
|
|
return cljs.core.seq(cljs.core.concat.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentVector.EMPTY,self__.__extmap));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$IWithMeta$_with_meta$arity$2 = (function (this__5322__auto__,G__47032){
|
|
var self__ = this;
|
|
var this__5322__auto____$1 = this;
|
|
return (new ajax.interceptors.DirectSubmission(G__47032,self__.__extmap,self__.__hash));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.prototype.cljs$core$ICollection$_conj$arity$2 = (function (this__5328__auto__,entry__5329__auto__){
|
|
var self__ = this;
|
|
var this__5328__auto____$1 = this;
|
|
if(cljs.core.vector_QMARK_(entry__5329__auto__)){
|
|
return this__5328__auto____$1.cljs$core$IAssociative$_assoc$arity$3(null,cljs.core._nth(entry__5329__auto__,(0)),cljs.core._nth(entry__5329__auto__,(1)));
|
|
} else {
|
|
return cljs.core.reduce.cljs$core$IFn$_invoke$arity$3(cljs.core._conj,this__5328__auto____$1,entry__5329__auto__);
|
|
}
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.getBasis = (function (){
|
|
return cljs.core.PersistentVector.EMPTY;
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.cljs$lang$type = true);
|
|
|
|
(ajax.interceptors.DirectSubmission.cljs$lang$ctorPrSeq = (function (this__5369__auto__){
|
|
return (new cljs.core.List(null,"ajax.interceptors/DirectSubmission",null,(1),null));
|
|
}));
|
|
|
|
(ajax.interceptors.DirectSubmission.cljs$lang$ctorPrWriter = (function (this__5369__auto__,writer__5370__auto__){
|
|
return cljs.core._write(writer__5370__auto__,"ajax.interceptors/DirectSubmission");
|
|
}));
|
|
|
|
/**
|
|
* Positional factory function for ajax.interceptors/DirectSubmission.
|
|
*/
|
|
ajax.interceptors.__GT_DirectSubmission = (function ajax$interceptors$__GT_DirectSubmission(){
|
|
return (new ajax.interceptors.DirectSubmission(null,null,null));
|
|
});
|
|
|
|
/**
|
|
* Factory function for ajax.interceptors/DirectSubmission, taking a map of keywords to field values.
|
|
*/
|
|
ajax.interceptors.map__GT_DirectSubmission = (function ajax$interceptors$map__GT_DirectSubmission(G__47036){
|
|
var extmap__5365__auto__ = (function (){var G__47065 = cljs.core.dissoc.cljs$core$IFn$_invoke$arity$1(G__47036);
|
|
if(cljs.core.record_QMARK_(G__47036)){
|
|
return cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,G__47065);
|
|
} else {
|
|
return G__47065;
|
|
}
|
|
})();
|
|
return (new ajax.interceptors.DirectSubmission(null,cljs.core.not_empty(extmap__5365__auto__),null));
|
|
});
|
|
|
|
ajax.interceptors.request_interceptors = new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [(new ajax.interceptors.ProcessUrlParameters(null,null,null)),(new ajax.interceptors.DirectSubmission(null,null,null)),(new ajax.interceptors.ApplyRequestFormat(null,null,null))], null);
|
|
ajax.interceptors.is_response_format_QMARK_ = (function ajax$interceptors$is_response_format_QMARK_(response_format){
|
|
return (response_format instanceof ajax.interceptors.ResponseFormat);
|
|
});
|
|
ajax.interceptors.get_response_format = (function ajax$interceptors$get_response_format(interpret_vector,p__47070){
|
|
var map__47072 = p__47070;
|
|
var map__47072__$1 = cljs.core.__destructure_map(map__47072);
|
|
var opts = map__47072__$1;
|
|
var response_format = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__47072__$1,new cljs.core.Keyword(null,"response-format","response-format",1664465322));
|
|
if(ajax.interceptors.is_response_format_QMARK_(response_format)){
|
|
return response_format;
|
|
} else {
|
|
if(cljs.core.vector_QMARK_(response_format)){
|
|
return (interpret_vector.cljs$core$IFn$_invoke$arity$1 ? interpret_vector.cljs$core$IFn$_invoke$arity$1(opts) : interpret_vector.call(null,opts));
|
|
} else {
|
|
if(cljs.core.map_QMARK_(response_format)){
|
|
return ajax.interceptors.map__GT_ResponseFormat(response_format);
|
|
} else {
|
|
if((response_format instanceof cljs.core.Keyword)){
|
|
return ajax.util.throw_error(new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, ["keywords are not allowed as response formats in ajax calls: ",response_format], null));
|
|
} else {
|
|
if(cljs.core.ifn_QMARK_(response_format)){
|
|
return ajax.interceptors.map__GT_ResponseFormat(new cljs.core.PersistentArrayMap(null, 3, [new cljs.core.Keyword(null,"read","read",1140058661),response_format,new cljs.core.Keyword(null,"description","description",-1428560544),"custom",new cljs.core.Keyword(null,"content-type","content-type",-508222634),"*/*"], null));
|
|
} else {
|
|
return ajax.util.throw_error(new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, ["unrecognized response format: ",response_format], null));
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
//# sourceMappingURL=ajax.interceptors.js.map
|