WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-11-24 05:29:31 PST
<
rdar://problem/118770512
>
Jean-Yves Avenard [:jya]
Comment 2
2023-11-24 05:31:43 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20867
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.
Top of Page
Format For Printing
XML
Clone This Bug