Skip to content

Commit 1a1df48

Browse files
Add transformstream-transformer-cancel feature
1 parent 5f8e642 commit 1a1df48

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: "TransformStream: transformer.cancel method"
2+
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.
3+
spec: https://streams.spec.whatwg.org/#dom-transformer-cancel
4+
group: streams
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: transformstream-transformer-cancel.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)