JSPromiseToFuture<T extends JSAny?> extension

Conversions from JSPromise to Future.

on

Properties

toDart Future<T>

Available on JSPromise<T>, provided by the JSPromiseToFuture extension

A Future that either completes with the result of the resolved JSPromise or propagates the error that the JSPromise rejected with.
no setter