@whatwg-node/node-fetch
Advanced tools
Comparing version 0.0.1-alpha-20221228080444-fb2baa0 to 0.0.1-alpha-20221228081333-b271a45
@@ -81,3 +81,3 @@ 'use strict'; | ||
} | ||
} | ||
}, | ||
}; | ||
@@ -131,3 +131,5 @@ } | ||
try { | ||
const controller = createController(0, this); | ||
await ((_a = underlyingSource === null || underlyingSource === void 0 ? void 0 : underlyingSource.start) === null || _a === void 0 ? void 0 : _a.call(underlyingSource, createController(0, this))); | ||
controller._flush(); | ||
callback(null); | ||
@@ -134,0 +136,0 @@ } |
{ | ||
"name": "@whatwg-node/node-fetch", | ||
"version": "0.0.1-alpha-20221228080444-fb2baa0", | ||
"version": "0.0.1-alpha-20221228081333-b271a45", | ||
"description": "Fetch API implementation for Node", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60118
1633