PromiseWithChild

@native @JSType trait PromiseWithChild[T] extends Promise[T]
class Promise[T]
trait Thenable[T]
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def `catch`[B >: T](onRejected: UndefOr[Function1[Any, B | Thenable[B]]]): Promise[B]
Inherited from
Promise
def `then`[B >: T](onFulfilled: Unit, onRejected: UndefOr[Function1[Any, B | Thenable[B]]]): Promise[B]
Inherited from
Promise
def `then`[B](onFulfilled: Function1[T, B | Thenable[B]], onRejected: UndefOr[Function1[Any, B | Thenable[B]]]): Promise[B]
Inherited from
Promise
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields