I guess this is another reason why promisified versions are better: ```js somethingAsync(foo, bar, ...args).then(yourCallback) ```
On 2 October 2015 at 20:31, Michaël Rouges <[email protected]> wrote: > For me, the rest parameters must be unique per arguments list but, > logically, usable following the function requirements... > > A classical example, the node.js methods, which takes a callback as last > argument, preceeded (generally) by one or more arguments, for a same method. > > Michaël Rouges - https://github.com/Lcfvs - @Lcfvs > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss > >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

