Skip to content

[view-transitions-1] Callback is invoked without required parameters #12188

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

Open
Psychpsyo opened this issue May 13, 2025 · 0 comments
Open

[view-transitions-1] Callback is invoked without required parameters #12188

Psychpsyo opened this issue May 13, 2025 · 0 comments

Comments

@Psychpsyo
Copy link
Contributor

Invoking a callback function requires "a Web IDL arguments list args, exception behavior exceptionBehavior (either "report" or "rethrow"), and an optional callback this value thisArg"

Call the update callback, in step 5, says to "set callbackPromise to the result of invoking transition’s update callback."

This should be passing an arguments list and either "report" or "rethrow".
(currently, "rethrow" is the implied default, but it should be explicit at the callsite)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant