@whatwg-node/node-fetch
Advanced tools
Comparing version 0.0.1-alpha-20221228081805-75e6dc7 to 0.0.1-alpha-20221228082016-9ef2266
@@ -131,3 +131,3 @@ 'use strict'; | ||
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))); | ||
await ((_a = underlyingSource === null || underlyingSource === void 0 ? void 0 : underlyingSource.start) === null || _a === void 0 ? void 0 : _a.call(underlyingSource, controller)); | ||
controller._flush(); | ||
@@ -134,0 +134,0 @@ callback(null); |
{ | ||
"name": "@whatwg-node/node-fetch", | ||
"version": "0.0.1-alpha-20221228081805-75e6dc7", | ||
"version": "0.0.1-alpha-20221228082016-9ef2266", | ||
"description": "Fetch API implementation for Node", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
60144