ng2-rest 13.0.21 → 13.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/fesm2015/ng2-rest.mjs +3 -0
- package/browser/fesm2015/ng2-rest.mjs.map +1 -1
- package/browser/fesm2020/ng2-rest.mjs +3 -0
- package/browser/fesm2020/ng2-rest.mjs.map +1 -1
- package/client/fesm2015/ng2-rest.mjs +3 -0
- package/client/fesm2015/ng2-rest.mjs.map +1 -1
- package/client/fesm2020/ng2-rest.mjs +3 -0
- package/client/fesm2020/ng2-rest.mjs.map +1 -1
- package/package.json +4 -4
- package/tmp-environment.json +21 -21
|
@@ -1320,6 +1320,9 @@ class RestRequest {
|
|
|
1320
1320
|
this.subjectInuUse[jobid][cancelFn]('[ng2-rest] on purpose canceled http request');
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
|
+
else {
|
|
1324
|
+
// console.log(`somehow second time cancel ${jobid}`)
|
|
1325
|
+
}
|
|
1323
1326
|
});
|
|
1324
1327
|
const sub = subject.subscribe({
|
|
1325
1328
|
next: a => observer.next(a),
|