@comunica/actor-http-native 2.3.1-alpha.23.0 → 2.3.1-alpha.26.0
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/lib/ActorHttpNative.js +1 -1
- package/lib/Requester.js +1 -1
- package/package.json +5 -5
package/lib/ActorHttpNative.js
CHANGED
|
@@ -75,7 +75,7 @@ class ActorHttpNative extends bus_http_1.ActorHttp {
|
|
|
75
75
|
httpResponse.destroy();
|
|
76
76
|
}
|
|
77
77
|
// Using setImmediate so error can be caught should it be thrown
|
|
78
|
-
|
|
78
|
+
setTimeout(() => {
|
|
79
79
|
if (httpResponse) {
|
|
80
80
|
// Expose fetch cancel promise
|
|
81
81
|
httpResponse.cancel = () => {
|
package/lib/Requester.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-http-native",
|
|
3
|
-
"version": "2.3.1-alpha.
|
|
3
|
+
"version": "2.3.1-alpha.26.0",
|
|
4
4
|
"description": "A native http actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"lib/**/*.js"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@comunica/bus-http": "2.3.1-alpha.
|
|
35
|
-
"@comunica/context-entries": "2.3.1-alpha.
|
|
36
|
-
"@comunica/mediatortype-time": "2.3.1-alpha.
|
|
34
|
+
"@comunica/bus-http": "2.3.1-alpha.26.0",
|
|
35
|
+
"@comunica/context-entries": "2.3.1-alpha.26.0",
|
|
36
|
+
"@comunica/mediatortype-time": "2.3.1-alpha.26.0",
|
|
37
37
|
"cross-fetch": "^3.0.5",
|
|
38
38
|
"follow-redirects": "^1.5.1",
|
|
39
39
|
"parse-link-header": "^2.0.0"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"browser": {
|
|
47
47
|
"./lib/Requester.js": "./lib/Requester-browser.js"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "58cfd99cc2d218b5fcf87a67112b3a27df9158eb"
|
|
50
50
|
}
|