Skip to main content
method ReadableStream.cancel
ReadableStream.cancel(reason?: any): Promise<void>
Deprecated

Parameters

optional
reason: any

Return Type

Promise<void>
Back to top