Skip to content

Commit

Permalink
Add transformstream-transformer-cancel feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 28, 2024
1 parent 5f8e642 commit 1a1df48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/transformstream-transformer-cancel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: "TransformStream: transformer.cancel method"
description: The `cancel` method of a `TransformStream` transformer allows you to clean up resources when the readable side is cancelled or the writable side is aborted.
spec: https://streams.spec.whatwg.org/#dom-transformer-cancel
group: streams
6 changes: 6 additions & 0 deletions features/transformstream-transformer-cancel.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated from: transformstream-transformer-cancel.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}

0 comments on commit 1a1df48

Please sign in to comment.