scala.scalajs.js.Thenable
Implicits for Thenables.
Import Implicits._ to enable Future's operations directly on Thenables, without needing to convert them with toFuture.
Implicits._
Unlike the then methods in Thenable, Future's operations are always well-typed.
then
Implicits for Thenables.
Import
Implicits._
to enable Future's operations directly on Thenables, without needing to convert them with toFuture.Unlike the
then
methods in Thenable, Future's operations are always well-typed.