}
);
+ if (!opts.async && !opts.timeout) req_hash.timeout = 10;
+
var _pcrud = this;
var req = this.session.request( req_hash );
+
if (!req.onerror)
req.onerror = function (r) { throw js2JSON(r); };
req.send();
+ if (req_hash.timeout) return req.result.content();
return req;
},
}
);
+ if (!opts.async && !opts.timeout) req_hash.timeout = 10;
+
var _pcrud = this;
var req = this.session.request( req_hash );
req.send();
+ if (req_hash.timeout) return req.result.content();
return req;
},
}
);
+ if (!opts.async && !opts.timeout) req_hash.timeout = 10;
+
var _pcrud = this;
var req = this.session.request( req_hash );
req.send();
+ if (req_hash.timeout) return req.result.content();
return req;
},