close
, but perhaps
with some custom handling. Unlike close
, abort
will be called even if writes are queued
up; those chunks will be thrown away. If this process is asynchronous, it can return a promise to signal
- success or failure. If no abort method is passed, by default the close
method will be called instead.
+ success or failure.
The controller
object passed to start
, write
and close
is an
@@ -3321,8 +3321,8 @@ nothrow>WritableStreamDefaultControllerAbort ( controller, reaso