Skip to main content
method ReadableBase.prototype._destroy
ReadableBase.prototype._destroy(
error: Error | null,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

error: Error | null
callback: (error?: Error | null) => void

Return Type

void
Back to top