- [[STREAMS]] specifies that |abortAlgorithm| will only be invoked after
- the {{Promise}} returned by a previous invocation of |writeAlgorithm|
- (if any) has resolved. This blocks abort on completion of the most
- recent write operation. This could be fixed by passing an
- {{AbortSignal}} to |writeAlgorithm|.
-
-
- This enhancement is tracked in
- whatwg/streams#1015.
-
-