We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7d92b commit 9beefc2Copy full SHA for 9beefc2
index.bs
@@ -4425,7 +4425,7 @@ the {{WritableStream}}'s public API.
4425
1. [=Reject=] |stream|.[=WritableStream/[[pendingAbortRequest]]=]'s [=pending abort
4426
request/promise=] with |error|.
4427
1. Set |stream|.[=WritableStream/[[pendingAbortRequest]]=] to undefined.
4428
- 1. Perform ! WritableStreamDealWithRejection(|stream|, |error|).
+ 1. Perform ! [$WritableStreamDealWithRejection$](|stream|, |error|).
4429
</div>
4430
4431
<div algorithm>
0 commit comments