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

Editorial: Update use of WebIDL "invoke a callback function" #1320

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5251,8 +5251,8 @@ The following abstract operations support the implementation of the
1. Let |abortAlgorithm| be an algorithm that returns [=a promise resolved with=] undefined.
1. If |underlyingSinkDict|["{{UnderlyingSink/start}}"] [=map/exists=], then set |startAlgorithm| to
an algorithm which returns the result of [=invoking=]
|underlyingSinkDict|["{{UnderlyingSink/start}}"] with argument list « |controller| »
and [=callback this value=] |underlyingSink|.
|underlyingSinkDict|["{{UnderlyingSink/start}}"] with argument list « |controller| »,
exception behavior "<code>rethrow</code>", and [=callback this value=] |underlyingSink|.
1. If |underlyingSinkDict|["{{UnderlyingSink/write}}"] [=map/exists=], then set |writeAlgorithm| to
an algorithm which takes an argument |chunk| and returns the result of [=invoking=]
|underlyingSinkDict|["{{UnderlyingSink/write}}"] with argument list «&nbsp;|chunk|,
Expand Down
Loading