-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
📗 API Reference Docs Problem
- Version: v12.18.3
- Platform:
5.9.0-5-amd64 #1 SMP Debian 5.9.15-1 (2020-12-17) x86_64 GNU/Linux
- Subsystem: stream
Location
Affected URL(s):
Description
descrition of params chunks does not correspond to what gives me a console.log
[
{
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: {
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: [Object]
}
},
{
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: {
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: [Object]
}
},
{
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: {
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: null
}
},
{
chunk: <Buffer ff ff>,
encoding: 'buffer',
callback: [Function: nop],
next: null
},
allBuffers: true
]
I can call callback in chunks object? or call callback in 2nd parameter?
What is allBuffers?
thank you for taking the time to read my request (:
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.