labs.Promise Extends
Alias for the 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.

Inheritance

Constructor

goog.labs.Promise(resolveropt_context)

Parameters

resolver : function( this:RESOLVER_CONTEXT, function((TYPE | IThenable.<TYPE> | Thenable)), function(*)): void
No description.
opt_context : RESOLVER_CONTEXT=
No description.

Package labs

Package Reference