Skip to main content
method internal.StreamOptions.destroy
StreamOptions.destroy(
this: T,
error: Error | null,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

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

Return Type

void
Back to top