We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9e34e commit fcc1698Copy full SHA for fcc1698
lib/fetch/body.js
@@ -171,11 +171,6 @@ function extractBody (object, keepalive = false) {
171
if (object.type) {
172
type = object.type
173
}
174
- } else if (object instanceof Uint8Array) {
175
- // byte sequence
176
-
177
- // Set source to object.
178
- source = object
179
} else if (typeof object[Symbol.asyncIterator] === 'function') {
180
// If keepalive is true, then throw a TypeError.
181
if (keepalive) {
0 commit comments