Bug 262424 - Implement TransformStream cleanup using "transformer.cancel"
Summary: Implement TransformStream cleanup using "transformer.cancel"
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-29 19:00 PDT by Luca Casonato
Modified: 2023-10-06 19:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Casonato 2023-09-29 19:00:08 PDT
The Streams specification has been updated with support for a hook to cleanup a TransformStream on error / abort. See https://github.com/whatwg/streams/pull/1283. WPTs are available: https://github.com/web-platform-tests/wpt/pull/40453
Comment 1 Radar WebKit Bug Importer 2023-10-06 19:01:15 PDT
<rdar://problem/116607229>