25.4.1.3 CreateResolvingFunctions ( promise )
# Domenic Denicola (11 years ago)
Resolving does not imply settling. For example, resolving with a forever-pending promise.
Rejecting is a subset of resolving, by resolving with a rejected promise.
Resolving does not imply settling. For example, resolving with a forever-pending promise. Rejecting is a subset of resolving, by resolving with a rejected promise. ________________________________ From: Axel Rauschmayer<mailto:axel at rauschma.de> Sent: 2014-07-11 20:50 To: es-discuss list<mailto:es-discuss at mozilla.org> Subject: 25.4.1.3 CreateResolvingFunctions ( promise ) Wouldn’t `CreateSettlingFunctions` be a better name than `CreateResolvingFunctions` (or a similar term that is a generalization of “rejecting” and “resolving”)? Axel -- Dr. Axel Rauschmayer axel at rauschma.de<mailto:axel at rauschma.de> rauschma.de -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140712/0f0412b9/attachment.html>
# Axel Rauschmayer (11 years ago)
Got it, thanks!
Got it, thanks! On Jul 12, 2014, at 6:14 , Domenic Denicola <domenic at domenicdenicola.com> wrote: > Resolving does not imply settling. For example, resolving with a forever-pending promise. > > Rejecting is a subset of resolving, by resolving with a rejected promise. > From: Axel Rauschmayer > Sent: 2014-07-11 20:50 > To: es-discuss list > Subject: 25.4.1.3 CreateResolvingFunctions ( promise ) > > Wouldn’t `CreateSettlingFunctions` be a better name than `CreateResolvingFunctions` (or a similar term that is a generalization of “rejecting” and “resolving”)? > > Axel > > -- > Dr. Axel Rauschmayer > axel at rauschma.de > rauschma.de > > > -- Dr. Axel Rauschmayer axel at rauschma.de rauschma.de -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140712/bbef5aa7/attachment.html>
Wouldn’t
CreateSettlingFunctions
be a better name thanCreateResolvingFunctions
(or a similar term that is a generalization of “rejecting” and “resolving”)?