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

WebAssembly Web API specification should use WebIDL react to promise #1834

Open
ADKaster opened this issue Oct 23, 2024 · 0 comments · May be fixed by #1835
Open

WebAssembly Web API specification should use WebIDL react to promise #1834

ADKaster opened this issue Oct 23, 2024 · 0 comments · May be fixed by #1835

Comments

@ADKaster
Copy link

compile a potential WebAssembly response lists separate steps for upon rejection and upon fulfillment which are both specified to call react.

The result of following the spec pedantically here is that we end up creating two separate new PromiseCapabilities, one for the fulfillment, and one for the rejection. I believe the correct thing to do is to use the wording from the example and instead do a react to promise: - if fulfilled ... - if rejected ... clause.

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

Successfully merging a pull request may close this issue.

1 participant