Constructor
new PublicPromise()
A utility to create Promises with convenient public resolve and reject
methods.
- Extends:
- Promise.<T>
- Source:
Members
-
reject :function(*)
-
Type:
- function(*)
- Source:
-
resolve :function(T=)
-
Type:
- function(T=)
- Source:
Methods
-
destroy()
-
Rejects the promise and silences errors about uncaught exceptions.
- Source: