@whatwg-node/fetch
Advanced tools
Comparing version 0.4.5-alpha-20220926014413-df6bf1b to 0.4.5-alpha-20220926022153-5d7cfa9
# @whatwg-node/fetch | ||
## 0.4.5-alpha-20220926014413-df6bf1b | ||
## 0.4.5-alpha-20220926022153-5d7cfa9 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -182,3 +182,6 @@ const handleFileRequest = require("./handle-file-request"); | ||
} | ||
}) | ||
}); | ||
Object.defineProperty(options.body, Symbol.asyncIterator, { | ||
value: () => readable[Symbol.asyncIterator]() | ||
}); | ||
} | ||
@@ -185,0 +188,0 @@ super(requestOrUrl, options); |
{ | ||
"name": "@whatwg-node/fetch", | ||
"version": "0.4.5-alpha-20220926014413-df6bf1b", | ||
"version": "0.4.5-alpha-20220926022153-5d7cfa9", | ||
"description": "Cross Platform Smart Fetch Ponyfill", | ||
@@ -5,0 +5,0 @@ "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", |
27087
623