Skip to content

Commit c5ca883

Browse files
authored
Fix a reference to [[inFlightCloseRequest]]
It's on WritableStream, not WritableStreamDefaultController.
1 parent 5c25204 commit c5ca883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4456,8 +4456,7 @@ the {{WritableStream}}'s public API.
44564456
performs the following steps:
44574457

44584458
1. If |stream|.[=WritableStream/[[inFlightWriteRequest]]=] is undefined and
4459-
|stream|.[=WritableStream/[[controller]]=].[=WritableStream/[[inFlightCloseRequest]]=] is
4460-
undefined, return false.
4459+
|stream|.[=WritableStream/[[inFlightCloseRequest]]=] is undefined, return false.
44614460
1. Return true.
44624461
</div>
44634462

@@ -7429,6 +7428,7 @@ Jason Orendorff,
74297428
Jeffrey Yasskin,
74307429
Jens Nockert,
74317430
Lennart Grahl,
7431+
Luca Casonato,
74327432
Mangala Sadhu Sangeet Singh Khalsa,
74337433
Marcos Caceres,
74347434
Marvin Hagemeister,

0 commit comments

Comments
 (0)