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" #1380

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
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,7 @@ When an {{XRSession}} |session| receives updated [=viewer=] state for timestamp
1. [=XRFrame/Apply frame updates=] for |frame|.
1. For each |entry| in |session|'s [=list of currently running animation frame callbacks=], in order:
1. If the |entry|'s [=cancelled=] boolean is `true`, continue to the next entry.
1. [=Invoke the Web IDL callback function=] for |entry|, passing |now| and |frame| as the arguments
1. If an exception is thrown, [=report the exception=].
1. [=Invoke the Web IDL callback function|Invoke=] |entry| with « |now|, |frame| » and "`report`".
1. Set |session|'s [=list of currently running animation frame callbacks=] to the empty [=/list=].
1. Set |frame|'s [=XRFrame/active=] boolean to `false`.
1. If |session|'s [=pending render state=] is not `null`, [=apply the pending render state=].
Expand Down
Loading