RESOLVED FIXED 265306
Allow to chain NativePromise::ThenCommand even if it returned void
https://bugs.webkit.org/show_bug.cgi?id=265306
Summary Allow to chain NativePromise::ThenCommand even if it returned void
Jean-Yves Avenard [:jya]
Reported 2023-11-24 05:29:17 PST
Currently, to be able to chain promises, the previous then/whenSettled handler must return another NativePromise. We could make it so that if it returns void, it behaves like a revolved GenericPromise was returned.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-24 05:29:31 PST
Jean-Yves Avenard [:jya]
Comment 2 2023-11-24 05:31:43 PST
EWS
Comment 3 2023-11-29 03:48:53 PST
Committed 271267@main (ab34eaa17f5d): <https://commits.webkit.org/271267@main> Reviewed commits have been landed. Closing PR #20867 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.