Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WritableStreamDefaultController.releaseBackpressure() #1190

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove custom ID for new abstract op
  • Loading branch information
MattiasBuelens committed Jan 13, 2022
commit 976492b06e06fd574cfeae443e73ccdc4a25c9e7
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5314,8 +5314,7 @@ The following abstract operations support the implementation of the
</div>

<div algorithm>
<dfn abstract-op lt="WritableStreamDefaultControllerReleaseBackpressure"
id="writable-stream-default-controller-release-backpressure">WritableStreamDefaultControllerReleaseBackpressure(|controller|)</dfn>
<dfn abstract-op lt="WritableStreamDefaultControllerReleaseBackpressure">WritableStreamDefaultControllerReleaseBackpressure(|controller|)</dfn>
performs the following steps:

1. Let |stream| be |controller|.[=WritableStreamDefaultController/[[stream]]=].
Expand Down