spec icon indicating copy to clipboard operation
spec copied to clipboard

WebAssembly Web API specification should use WebIDL react to promise

Open ADKaster opened this issue 1 year ago • 0 comments

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.

ADKaster avatar Oct 23 '24 21:10 ADKaster