Skip to main content
method ReadableBase.prototype.push
ReadableBase.prototype.push(
chunk: any,
encoding?: BufferEncoding,
): boolean
Deprecated

Parameters

chunk: any
optional
encoding: BufferEncoding

Return Type

boolean
Back to top