scala.scalajs.js.Thenable
Converts the Thenable into a Scala Future.
Unlike when calling the then methods of Thenable, the resulting Future is always properly typed, and operations on it will be well-typed in turn.
then