diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index f1e5b742799958..fe29bfc6f2a6da 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -974,10 +974,6 @@ changes: The `WritableStreamDefaultController` manage's the {WritableStream}'s internal state. -#### `writableStreamDefaultController.abortReason` - -* Type: {any} The `reason` value passed to `writableStream.abort()`. - #### `writableStreamDefaultController.error(error)`