Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions streams/unstable_abort_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* A transform stream that accepts a {@linkcode AbortSignal} to easily abort a
* stream pipeThrough.
*
* @deprecated Use [`readable.pipThrough`'s signal option](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/pipeThrough#signal) instead.
*
* @experimental **UNSTABLE**: New API, yet to be vetted.
*
* @typeparam T The type of the chunks passing through the AbortStream.
Expand Down
Loading