goog.Promise
class. Closure Promises were developed
under the temporary namespace goog.labs.Promise
. This alias will be
removed once existing users have had a chance to migrate to the new name.
goog.labs.Promise |
resolver
: function(
this:RESOLVER_CONTEXT,
function((TYPE | IThenable.<TYPE> | Thenable)),
function(*)): void
No description.
|
opt_context
: RESOLVER_CONTEXT=
No description.
|