History of Promise Revision history for: English (US) Mar 30, 2016, 12:37:13 PM Potch Previous Feb 8, 2016, 4:56:15 AM P.A. Revert to revision of 2015-02-21 14:15:06 by joseluisq: "It seems to me the removed comments about the arguments of "then" are actually correct." Previous Feb 5, 2016, 10:30:00 AM cricri If the callback returns a value that is not a promise, including undefined, the new promise is fulfilled with this fulfillment value, even if the original promise was rejected. Previous Feb 5, 2016, 10:28:32 AM cricri Revert to revision of 2015-02-21 14:15:06 by joseluisq Previous Feb 5, 2016, 10:26:51 AM cricri The comment on the onReject callback is wrong : Previous Feb 5, 2016, 10:24:11 AM cricri The onReject callback Previous Feb 21, 2015, 2:15:06 PM joseluisq Revert to revision of 2015-01-15 07:46:35 by najamelan Previous Feb 21, 2015, 2:11:43 PM joseluisq Previous Jan 15, 2015, 7:46:35 AM najamelan Make the warning about exceptions in onFulfill more obvious Previous Dec 12, 2014, 3:38:52 PM m_t