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 983cd97 commit 64f6bdbCopy full SHA for 64f6bdb
index.js
@@ -33,7 +33,7 @@ function map (status, headers, data, encoding) {
33
status: status,
34
headers: headers,
35
data: data,
36
- encoding: encoding
+ encoding: typeof encoding === 'string' ? encoding : null
37
}
38
39
0 commit comments