Right Now, you can only chain identical NativePromises. `NativePromise::chainTo()` requires a NativePromise::Producer of the exact same type. It would be nice if we could chain promises so long that their resolve/reject type are convertible into the other. e.g. chain a NativePromise<void, int> to a NativePromise<void, long>
<rdar://problem/117782213>
Pull request: https://github.com/WebKit/WebKit/pull/20721
*** Bug 265096 has been marked as a duplicate of this bug. ***
Committed 270990@main (f69deb1f63af): <https://commits.webkit.org/270990@main> Reviewed commits have been landed. Closing PR #20721 and removing active labels.