@tempots/dom
Signal.ofPromise property
Creates a Signal that holds the result of a Promise.
Signature:
static readonly ofPromise: <O>(promise: Promise<O>, init: O, recover?: (error: unknown) => O, equals?: (a: O, b: O) => boolean) => Signal<O>;